diff --git a/build.sh b/build.sh index cfdecb2..fd03be0 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,3 @@ docker build . -t covidpass -t gcr.io/broadcast2patients/covidpass docker push gcr.io/broadcast2patients/covidpass -docker image prune -#gcloud config set project broadcast2patients -#gcloud config set run/region us-east1 -#gcloud run deploy covidpass --image gcr.io/broadcast2patients/covidpass:latest --platform managed +docker image prune -f diff --git a/deploy.sh b/deploy.sh index b5d9118..abbe902 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,4 +4,4 @@ gcloud config set project broadcast2patients gcloud config set run/region us-east1 gcloud run services update-traffic covidpass --to-latest gcloud run deploy covidpass --image gcr.io/broadcast2patients/covidpass:latest --platform managed -docker image prune +docker image prune -f diff --git a/pages/index.tsx b/pages/index.tsx index 51cd9cc..24af6d3 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -95,7 +95,7 @@ function Index(): JSX.Element { {t('index:androidDemo')}     - + {/* */} {t('index:iosDemo')}