Skip to content

Commit

Permalink
Attempt to fix YAML syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Jan 10, 2025
1 parent 3c3961f commit 8752c3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@ jobs:
- name: Restart services
run: ssh staging '
export $(gcloud secrets versions access latest --secret="ubyssey_env_configs" | xargs)
docker compose -f /opt/ubyssey.ca/docker-compose.yml -p ubyssey up -d
'
docker compose -f /opt/ubyssey.ca/docker-compose.yml -p ubyssey up -d'

0 comments on commit 8752c3f

Please sign in to comment.