Skip to content

Commit

Permalink
Sudo everything
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 29, 2024
1 parent e4d3108 commit b5dff60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ runs:
sudo chown runner:runner /cloudsql
# Start PSQL service
systemctl start postgresql
sudo systemctl start postgresql
# Check PSQL status
systemctl status postgresql
sudo systemctl status postgresql
# Start Cloud SQL Proxy and migrate
/tmp/cloud_sql_proxy -dir=/cloudsql &
Expand Down

0 comments on commit b5dff60

Please sign in to comment.