Skip to content

Commit

Permalink
chore: add zip step for amplify
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Nov 9, 2023
1 parent d9a6590 commit a402d92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/oeth-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
publish-chromatic:
build-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -31,5 +31,8 @@ jobs:
gtm: ${{ secrets.VITE_GTM_CONTAINER_ID }}
sentry: ${{ secrets.VITE_SENTRY_DSN }}

- name: Zip artefact
run: cd ./dist/apps/oeth && zip -r oeth.zip .

- name: Deploy to S3 bucket
run: aws s3 sync ./dist/apps/oeth s3://origin-oeth --delete

0 comments on commit a402d92

Please sign in to comment.