2021-09-19 21:42:46 +02:00
|
|
|
docker build . -t covidpass -t gcr.io/broadcast2patients/covidpass
|
|
|
|
docker push gcr.io/broadcast2patients/covidpass
|
|
|
|
gcloud config set project broadcast2patients
|
|
|
|
gcloud config set run/region us-east1
|
2021-09-22 02:31:52 +02:00
|
|
|
gcloud run services update-traffic covidpass --to-latest
|
2021-09-19 21:42:46 +02:00
|
|
|
gcloud run deploy covidpass --image gcr.io/broadcast2patients/covidpass:latest --platform managed
|
2021-09-28 04:36:16 +02:00
|
|
|
docker image prune
|