Skip to content

Commit 8752c3f

Browse files
committed
Attempt to fix YAML syntax error
1 parent 3c3961f commit 8752c3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,4 @@ jobs:
8383
- name: Restart services
8484
run: ssh staging '
8585
export $(gcloud secrets versions access latest --secret="ubyssey_env_configs" | xargs)
86-
docker compose -f /opt/ubyssey.ca/docker-compose.yml -p ubyssey up -d
87-
'
86+
docker compose -f /opt/ubyssey.ca/docker-compose.yml -p ubyssey up -d'

0 commit comments

Comments
 (0)