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 f828551 commit 5f38afdCopy full SHA for 5f38afd
1 file changed
.github/workflows/deploy.yml
@@ -7,7 +7,6 @@ on:
7
- "webapp/**"
8
- "pyproject.toml"
9
branches: [master]
10
- workflow_dispatch:
11
12
permissions:
13
contents: read
@@ -56,5 +55,9 @@ jobs:
56
55
CLEVER_APP_ID: ${{ secrets.FE_CLEVER_APP_ID_PROD }}
57
APP_NAME: cc_dashboard_prod
58
run: |
+ echo $CLEVER_APP_ID
59
+ echo $APP_NAME
60
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
- ./clever-tools-latest_linux/clever deploy -f -a $APP_NAME --quiet
61
+ # As the clever tools CLI aliasing is escaping _ character, a temporary hard-coded value is needed
62
+ # waiting for a fix from Clever
63
+ ./clever-tools-latest_linux/clever deploy -f -a ccdashboardprod --quiet
0 commit comments