mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-14 21:35:25 +00:00
actually fix the typo this time
This commit is contained in:
parent
22666d8536
commit
f878e92344
1 changed files with 2 additions and 2 deletions
2
.github/workflows/gcp-deploy-staging.yml
vendored
2
.github/workflows/gcp-deploy-staging.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy to GCP
|
- name: Deploy to GCP
|
||||||
run: |
|
run: |
|
||||||
ssh -i ~/.ssh/private.key {{ secrets.GCP_STAGING_USERNAME }}@${{ secrets.GCP_STAGING_HOST }} << 'EOF'
|
ssh -i ~/.ssh/private.key ${{ secrets.GCP_STAGING_USERNAME }}@${{ secrets.GCP_STAGING_HOST }} << 'EOF'
|
||||||
# Stop existing container (if running)
|
# Stop existing container (if running)
|
||||||
staging_stop || true
|
staging_stop || true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue