Skip to content

Commit 917e335

Browse files
committed
Update publish-migrations.yml
1 parent 109d328 commit 917e335

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/publish-migrations.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
env:
3131
AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_STAGING }}
3232

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-
4533
- name: configure aws credentials - staging
4634
uses: aws-actions/configure-aws-credentials@v1
4735
with:

0 commit comments

Comments
 (0)