fix typo in gcp staging deploy action

This commit is contained in:
msukkari 2025-02-21 17:34:04 -08:00
parent 4456346912
commit 22666d8536

View file

@ -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