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