mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +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
4
.github/workflows/gcp-deploy-staging.yml
vendored
4
.github/workflows/gcp-deploy-staging.yml
vendored
|
|
@ -21,10 +21,10 @@ jobs:
|
|||
|
||||
- name: Deploy to GCP
|
||||
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)
|
||||
staging_stop || true
|
||||
|
||||
# Start new container
|
||||
staging_start
|
||||
EOF
|
||||
EOF
|
||||
Loading…
Reference in a new issue