Skip to content

Commit

Permalink
tried without env
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Jul 19, 2021
1 parent f8e4fa5 commit 1f29b23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f29b23

Please sign in to comment.