Skip to content

Commit 9b0c678

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
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
6062
./clever-tools-latest_linux/clever deploy -f -a $APP_NAME --quiet

0 commit comments

Comments
 (0)