Skip to content

Commit

Permalink
Asjust env vars 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Metichecchia authored and Xavier Metichecchia committed Nov 3, 2023
1 parent 7c8eb76 commit c2443f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
sed -i 's@name: analytics-reporter@name: analytics-reporter-develop@g' manifest.yml
sed -i 's@- analytics-s3@- analytics-s3-dev@g' manifest.yml
sed -i 's@- analytics-reporter-database@- analytics-reporter-database-develop@g' manifest.yml
sed -i 's@<ANALYTICS_CREDENTIALS>@$ANALYTICS_CREDENTIALS@g' manifest.yml
sed -i 's@<ANALYTICS_REPORT_IDS>@$ANALYTICS_REPORT_IDS@g' manifest.yml
sed -i 's@<ANALYTICS_REPORTS_PATH>@$ANALYTICS_REPORTS_PATH@g' manifest.yml
sed -i 's@<AWS_ACCESS_KEY_ID>@$AWS_ACESS_KEY_ID_DEV@g' manifest.yml
Expand Down
1 change: 1 addition & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ applications:
buildpack: nodejs_buildpack
command: node deploy/cron.js
env:
ANALYTICS_CREDENTIALS: <ANALYTICS_CREDENTIALS>
ANALYTICS_REPORT_IDS: <ANALYTICS_REPORT_IDS>
ANALYTICS_REPORTS_PATH: <ANALYTICS_REPORTS_PATH>
AWS_ACCESS_KEY_ID: <AWS_ACCESS_KEY_ID>
Expand Down

0 comments on commit c2443f7

Please sign in to comment.