Skip to content

Commit 9722956

Browse files
authored
fix: change app name to app id for deploy (#882)
1 parent 03e772d commit 9722956

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
APP_NAME: cc_api_prod
3737
run: |
3838
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
39-
./clever-tools-latest_linux/clever deploy -f -a $APP_NAME --quiet
40-
39+
./clever-tools-latest_linux/clever deploy -f --app $CLEVER_APP_ID
40+
4141
- name: Deploy frontend to Clever Cloud (PROD)
4242
env:
4343
CLEVER_APP_ID: ${{ secrets.FE_CLEVER_APP_ID_PROD }}

0 commit comments

Comments
 (0)