We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbbd36 commit 4205741Copy full SHA for 4205741
.github/workflows/deploy.yml
@@ -25,3 +25,16 @@ jobs:
25
env:
26
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
27
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
0 commit comments