Skip to content

Commit

Permalink
COPS-3786 Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
arturnetdev committed Jan 13, 2025
1 parent 09fc8ce commit e894de1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
run: |
cd picsart-miro-plugin
npm run build
- name: Upload to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
run: |
aws s3 sync picsart-miro-plugin/build s3://cdk-hnb659fds-assets-650251686079-us-east-1 --delete


0 comments on commit e894de1

Please sign in to comment.