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 03e772d commit 9722956Copy full SHA for 9722956
1 file changed
.github/workflows/deploy.yml
@@ -36,8 +36,8 @@ jobs:
36
APP_NAME: cc_api_prod
37
run: |
38
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
39
- ./clever-tools-latest_linux/clever deploy -f -a $APP_NAME --quiet
40
-
+ ./clever-tools-latest_linux/clever deploy -f --app $CLEVER_APP_ID
+
41
- name: Deploy frontend to Clever Cloud (PROD)
42
env:
43
CLEVER_APP_ID: ${{ secrets.FE_CLEVER_APP_ID_PROD }}
0 commit comments