1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-18 20:50:50 +01:00
2021-10-10 14:14:42 -04:00

6 lines
301 B
Bash
Executable File

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