8000 chore: bump version to 14.1.0.92 (#375) · deerle/postgres@681eb14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 681eb14

Browse files
chore: bump version to 14.1.0.92 (supabase#375)
* chore: bump version * fix: Update gh actions to push files to s3 Signed-off-by: Lakshmipathi <lakshmi@supabase.io> Signed-off-by: Lakshmipathi <lakshmi@supabase.io> Co-authored-by: Lakshmipathi <lakshmi@supabase.io>
1 parent 3f010c9 commit 681eb14

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/ami-release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,15 @@ jobs:
3333
AWS_REGION: ap-southeast-1
3434
SOURCE_DIR: migrations/db
3535
DEST_DIR: migrations/db
36+
37+
- name: Push migration files to S3
38+
uses: jakejarvis/s3-sync-action@master
39+
with:
40+
args: --delete
41+
env:
42+
AWS_S3_BUCKET: ${{ secrets.PG_INIT_SCRIPT_S3_BUCKET_PROD }}
43+
AWS_ACCESS_KEY_ID: ${{ secrets.PROD_ACCESS_KEY_ID }}
44+
AWS_SECRET_ACCESS_KEY: ${{ secrets.PROD_SECRET_ACCESS_KEY }}
45+
AWS_REGION: ap-southeast-1
46+
SOURCE_DIR: migrations/db
47+
DEST_DIR: migrations/db

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "14.1.0.91"
1+
postgres-version = "14.1.0.92"

0 commit comments

Comments
 (0)
0