Skip to content

Commit b7a06a0

Browse files
authored
Minor change on pulumi-wif (#31)
1 parent 118288e commit b7a06a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_atlas-migrations-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Atlas Migrations CI/CD
22
#
3-
# TODO: We can improve this flow for sure, but for this we need to decide if we want to pay for Atlas Pro or not.
3+
# TODO: We can improve this flow for sure
44
#
55
# MISSING FEATURES:
66
# TODO: Implement rollback job with manual trigger (workflow_dispatch)

.github/workflows/_pulumi-wif.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Start Cloud SQL Proxy
9797
if: inputs.use_cloud_sql
9898
run: |
99-
cloud-sql-proxy $PULUMI_CLOUD_SQL_INSTANCE &
99+
cloud-sql-proxy $PULUMI_CLOUD_SQL_INSTANCE --port 15432 &
100100
sleep 10 # Wait for proxy to start
101101
echo "Cloud SQL Proxy started for instance: $PULUMI_CLOUD_SQL_INSTANCE"
102102
env:

0 commit comments

Comments
 (0)