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 9cafda3 commit 440493eCopy full SHA for 440493e
1 file changed
.github/workflows/deploy.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Deploy frontend (static SPA) to Clever Cloud (PROD)
45
env:
46
CLEVER_APP_ID: ${{ secrets.FE_CLEVER_APP_ID_PROD }}
47
+ CLEVER_APP_ALIAS: ${{ secrets.FE_CLEVER_APP_ALIAS_PROD }}
48
run: |
49
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
- ./clever-tools-latest_linux/clever deploy -f
50
+ ./clever-tools-latest_linux/clever deploy -a $CLEVER_APP_ALIAS -f
0 commit comments