Skip to content

Commit 440493e

Browse files
authored
fix: set back app alias (with clever nodejs legacy app removed) (#1228)
1 parent 9cafda3 commit 440493e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Deploy frontend (static SPA) to Clever Cloud (PROD)
4545
env:
4646
CLEVER_APP_ID: ${{ secrets.FE_CLEVER_APP_ID_PROD }}
47+
CLEVER_APP_ALIAS: ${{ secrets.FE_CLEVER_APP_ALIAS_PROD }}
4748
run: |
4849
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
49-
./clever-tools-latest_linux/clever deploy -f
50+
./clever-tools-latest_linux/clever deploy -a $CLEVER_APP_ALIAS -f

0 commit comments

Comments
 (0)