From 1f29b2383b302b970505ef2d98e24f58bbba6183 Mon Sep 17 00:00:00 2001 From: linozen Date: Mon, 19 Jul 2021 09:06:05 +0200 Subject: [PATCH] tried without env --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a2b597..5c1a2b1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: username: root key: ${{ secrets.KEY }} script: | - docker pull gchr.io/snv-berlin/$IMAGE_NAME:latest - docker run $IMAGE_NAME:latest streamlit run --server.port 8501 explorer/all.py - docker run $IMAGE_NAME:latest streamlit run --server.port 8502 explorer/media.py - docker run $IMAGE_NAME:latest streamlit run --server.port 8503 explorer/civsoc.py + docker pull gchr.io/snv-berlin/streamlit-ioi-bsae:latest + docker run streamlit-ioi-base:latest streamlit run --server.port 8501 explorer/all.py + docker run streamlit-ioi-base:latest streamlit run --server.port 8502 explorer/media.py + docker run streamlit-ioi-base:latest streamlit run --server.port 8503 explorer/civsoc.py