Skip to content

Commit

Permalink
Merge pull request #425 from dfpc-coe/s3-hosting
Browse files Browse the repository at this point in the history
Add Matrix prefix
  • Loading branch information
ingalls authored Nov 20, 2024
2 parents f05268e + 025f724 commit 8c265e6
Show file tree
Hide file tree
Showing 13,885 changed files with 932 additions and 922 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"Client"
],
"artifacts": {
"s3": [
"{{stackName}}-{{accountId}}-{{region}}-public/{{gitsha}}/index.html"
],
"docker": [
"coe-ecr-etl:{{gitsha}}",
"coe-ecr-etl:data-{{gitsha}}",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: NPM Build
working-directory: ./api/web/
run: API_URL='${{ secrets[api_url] }}' npm run build
run: API_URL='${{ secrets[matrix.api_url] }}' npm run build

- name: AWS S3 CP
working-directory: ./api/web/
Expand All @@ -75,7 +75,7 @@ jobs:

- name: NPM Build
working-directory: ./api/web/
run: API_URL='${{ secrets[staging_api_url] }}' npm run build
run: API_URL='${{ secrets[matrix.staging_api_url] }}' npm run build

- name: AWS S3 CP
working-directory: ./api/web/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8c265e6

Please sign in to comment.