Skip to content

Commit 9d1a9d8

Browse files
committed
fix: test env var values for deploy
1 parent f828551 commit 9d1a9d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@ jobs:
5656
CLEVER_APP_ID: ${{ secrets.FE_CLEVER_APP_ID_PROD }}
5757
APP_NAME: cc_dashboard_prod
5858
run: |
59+
echo $CLEVER_APP_ID
60+
echo $APP_NAME
5961
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
60-
./clever-tools-latest_linux/clever deploy -f -a $APP_NAME --quiet
62+
./clever-tools-latest_linux/clever deploy -f -a ccdashboardprod --quiet

0 commit comments

Comments
 (0)