Skip to content

Commit

Permalink
Add back env settings
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Oct 11, 2023
1 parent ba8ac57 commit 831c3db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github-env-main
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
AWS_STATIC_SITE_PROFILE=openampproject-org-buildbot
AWS_STATIC_SITE_URL=production-openampproject-org
CF_DIST_ID_STATIC_LO=E11W1PGAWEYKDT
CLOUDFRONT_ADD_SECURITY_HEADERS_ARN=arn:aws:lambda:us-east-1:877313111360:function:cloudfront-add-security-headers:2
SITE_URL=www.openampproject.org
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
path: website

- name: Initialise environment
run: cat "$GITHUB_WORKSPACE/website/.github-env-${GITHUB_REF##*/}" >> $GITHUB_ENV

- name: Build site
run: |
source ~/.nvm/nvm.sh
Expand Down

0 comments on commit 831c3db

Please sign in to comment.