Skip to content

Commit

Permalink
fix: bad pasted artifact into image yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed Oct 23, 2024
1 parent 50f62cb commit 4660286
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,3 @@ jobs:
run: |
docker push us-east4-docker.pkg.dev/surface-420608/stable/synchro-kotlin:${GITHUB_SHA::6}
docker push us-east4-docker.pkg.dev/surface-420608/stable/synchro-kotlin:latest
- name: "Deploy"
if:
run: |
echo "***DO NOT USE*** THESE VALUES IN PRODUCTION!"
echo "USE SECRETS MANAGER FOR JWT SIGNING KEY, OR A THIRD PARTY PROVIDER LIKE HASHICORP."
echo "DEBUG: surface:*" >> env.yaml
echo "SELF_RPC_HOST: https://surface-demo-app-5v6fvk5ela-uw.a.run.app/" >> env.yaml
echo "JWT_SECRET: sup4h.secr1t.jwt.🔑" >> env.yaml
gcloud run deploy surface-demo-app \
--image "${{ secrets.GCP_AR_PATH }}/app:${GITHUB_SHA::6}" \
--env-vars-file env.yaml \
--service-account ${{ secrets.GCP_APP_SERVICE_ACCOUNT }} \
--region us-west1 \
--allow-unauthenticated

0 comments on commit 4660286

Please sign in to comment.