1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-23 23:17:37 +01:00
2021-09-19 12:21:59 -04:00

6 lines
301 B
Bash
Executable File

docker build . -t covidpass2 -t gcr.io/broadcast2patients/covidpass2
docker push gcr.io/broadcast2patients/covidpass2
gcloud config set project broadcast2patients
gcloud config set run/region us-east1
gcloud run deploy covidpass2 --image gcr.io/broadcast2patients/covidpass2:latest --platform managed