Skip to content

Commit

Permalink
Update publish-migrations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darora committed Aug 30, 2023
1 parent 109d328 commit 917e335
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ jobs:
env:
AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_STAGING }}

# - name: Push migration files to S3
# uses: jakejarvis/s3-sync-action@master
# with:
# args: --delete
# env:
# AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_STAGING }}
# AWS_ACCESS_KEY_ID: ${{ secrets.PG_INIT_SCRIPT_ACCESS_KEY_ID_STAGING }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.PG_INIT_SCRIPT_SECRET_ACCESS_KEY_STAGING }}
# AWS_REGION: ap-southeast-1
# SOURCE_DIR: migrations/db
# DEST_DIR: migrations/db

- name: configure aws credentials - staging
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 917e335

Please sign in to comment.