Skip to content

Commit 4205741

Browse files
committed
bump sdk
1 parent adbbd36 commit 4205741

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,16 @@ jobs:
2525
env:
2626
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2727
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
28+
- name: Make dist
29+
run: npm run dist
30+
- name: Upload Latest Version to S3
31+
uses: jakejarvis/s3-sync-action@master
32+
with:
33+
args: --acl public-read --follow-symlinks --delete
34+
env:
35+
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET_DOWNLOADS }}
36+
AWS_ACCESS_KEY_ID: ${{ secrets.S3_DOWNLOADS_AWS_ACCESS_KEY_ID }}
37+
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_DOWNLOADS_AWS_SECRET_ACCESS_KEY }}
38+
AWS_REGION: "us-west-1" # optional: defaults to us-east-1
39+
SOURCE_DIR: "artifact" # optional: defaults to entire repository
40+
DEST_DIR: products/optimole-wp/latest

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)