Skip to content

Commit

Permalink
minor update s3-staging.yml (AstarNetwork#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanhajian committed Nov 29, 2023
1 parent f08fd7a commit c7f225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: ${{ secrets.AWS_REGION2 }}
- name: Deploy app build to S3 bucket
run: aws s3 sync ./dist/spa s3://astar-apps-staging --delete

0 comments on commit c7f225d

Please sign in to comment.