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 109d328 commit 917e335Copy full SHA for 917e335
.github/workflows/publish-migrations.yml
@@ -30,18 +30,6 @@ jobs:
30
env:
31
AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_STAGING }}
32
33
- # - name: Push migration files to S3
34
- # uses: jakejarvis/s3-sync-action@master
35
- # with:
36
- # args: --delete
37
- # env:
38
- # AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_STAGING }}
39
- # AWS_ACCESS_KEY_ID: ${{ secrets.PG_INIT_SCRIPT_ACCESS_KEY_ID_STAGING }}
40
- # AWS_SECRET_ACCESS_KEY: ${{ secrets.PG_INIT_SCRIPT_SECRET_ACCESS_KEY_STAGING }}
41
- # AWS_REGION: ap-southeast-1
42
- # SOURCE_DIR: migrations/db
43
- # DEST_DIR: migrations/db
44
-
45
- name: configure aws credentials - staging
46
uses: aws-actions/configure-aws-credentials@v1
47
with:
0 commit comments