2021-09-19 18:21:59 +02:00
|
|
|
docker build . -t covidpass2 -t gcr.io/broadcast2patients/covidpass2
|
2021-09-09 06:27:43 +02:00
|
|
|
docker push gcr.io/broadcast2patients/covidpass2
|
2021-09-19 18:21:59 +02:00
|
|
|
gcloud config set project broadcast2patients
|
|
|
|
gcloud config set run/region us-east1
|
|
|
|
gcloud run deploy covidpass2 --image gcr.io/broadcast2patients/covidpass2:latest --platform managed
|