From 3d89a5b0ee2a65617b670ba26732fa9f3af7b323 Mon Sep 17 00:00:00 2001 From: Billy Lo Date: Fri, 22 Oct 2021 16:57:08 -0400 Subject: [PATCH] updated link to new iOS demo --- build.sh | 5 +---- deploy.sh | 2 +- pages/index.tsx | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) 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')}