We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a3d3b commit 40a57f8Copy full SHA for 40a57f8
.github/workflows/liara.yaml
@@ -17,7 +17,7 @@ jobs:
17
LIARA_TOKEN: ${{ secrets.IRAN_API_TOKEN }}
18
run: |
19
npm i -g @liara/cli@7
20
- liara deploy --app="the-docs" --api-token="$LIARA_TOKEN" --platform=docker --port=80 --no-app-logs
+ liara deploy --app="g2-the-docs" --api-token="$LIARA_TOKEN" --platform=docker --port=80 --no-app-logs
21
- name: Sleep for 60 seconds
22
run: sleep 60
23
shell: bash
0 commit comments