We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3961f commit 8752c3fCopy full SHA for 8752c3f
.github/workflows/deploy-staging.yml
@@ -83,5 +83,4 @@ jobs:
83
- name: Restart services
84
run: ssh staging '
85
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
- '
+ docker compose -f /opt/ubyssey.ca/docker-compose.yml -p ubyssey up -d'
0 commit comments