2021-08-27 18:36:27 +02:00
|
|
|
docker build . -t covidpass -t gcr.io/broadcast2patients/covidpass
|
|
|
|
docker push gcr.io/broadcast2patients/covidpass
|
2021-09-15 02:33:27 +02:00
|
|
|
gcloud config set project broadcast2patients
|
|
|
|
gcloud config set run/region us-east1
|
|
|
|
gcloud run deploy covidpass --image gcr.io/broadcast2patients/covidpass:latest --platform managed
|