mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
fix typo in gcp staging deploy action
This commit is contained in:
parent
4456346912
commit
22666d8536
1 changed files with 1 additions and 1 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