Skip to content

Commit

Permalink
ci: add upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 2, 2023
1 parent 0f4a013 commit bcf90b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '17.x'
- name: Install dependencies
- name: Install Dependencies
run: npm install --legacy-peer-deps
- name: Lint Site Code
run: npm run test
Expand All @@ -27,6 +27,9 @@ jobs:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
role-session-name: GitHub-Action-Role
aws-region: ${{ vars.AWS_REGION }}
- name: Upload to S3
run: |
aws s3 cp ./build/* s3://${{ vars.AWS_S3_BUCKET }}/
# # - name: Send Notification
# # uses: voxmedia/github-action-slack-notify-build@v1
# # with:
Expand Down

0 comments on commit bcf90b5

Please sign in to comment.