Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5dff60

Browse files
committedOct 29, 2024
Sudo everything
1 parent e4d3108 commit b5dff60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/actions/deploy_gcloud/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ runs:
151151
sudo chown runner:runner /cloudsql
152152
153153
# Start PSQL service
154-
systemctl start postgresql
154+
sudo systemctl start postgresql
155155
156156
# Check PSQL status
157-
systemctl status postgresql
157+
sudo systemctl status postgresql
158158
159159
# Start Cloud SQL Proxy and migrate
160160
/tmp/cloud_sql_proxy -dir=/cloudsql &

0 commit comments

Comments
 (0)
Please sign in to comment.