Skip to content

Commit

Permalink
Try base64 json 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Nov 13, 2023
1 parent e69364f commit 744ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ applications:
health-check-type: process
buildpacks:
- nodejs_buildpack
command: export ANALYTICS_CREDENTIALS=$(echo $ANALYTICS_CREDENTIALS | base64 --decode) && node deploy/cron.js
command: export ANALYTICS_CREDENTIALS=$(echo $CREDS_JSON | base64 --decode) && node deploy/cron.js
env:
ANALYTICS_CREDENTIALS: <ANALYTICS_CREDENTIALS>
ANALYTICS_ROOT_PATH: <ANALYTICS_ROOT_PATH>
Expand Down

0 comments on commit 744ae3b

Please sign in to comment.