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 770bdc3 commit f1d5dc1Copy full SHA for f1d5dc1
.github/workflows/publish-migrations.yml
@@ -32,15 +32,3 @@ jobs:
32
run: aws s3 sync migrations/db s3://$AWS_S3_BUCKET/migrations/db --delete
33
env:
34
AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_STAGING }}
35
-
36
- - name: configure aws credentials - prod
37
- uses: aws-actions/configure-aws-credentials@v1
38
- with:
39
- role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
40
- aws-region: "ap-southeast-1"
41
42
- - name: Deploy to S3 prod
43
- shell: bash
44
- run: aws s3 sync migrations/db s3://$AWS_S3_BUCKET/migrations/db --delete
45
- env:
46
- AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_PROD }}
0 commit comments