Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Jul 19, 2021
1 parent 2af2443 commit f06bb72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
key: ${{ secrets.KEY }}
script: |
docker pull ghcr.io/snv-berlin/streamlit-ioi-base: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
docker run ghcr.io/snv-berlin/streamlit-ioi-base:latest streamlit run --server.port 8501 explorer/all.py
docker run ghcr.io/snv-berlin/streamlit-ioi-base:latest streamlit run --server.port 8502 explorer/media.py
docker run ghcr.io/snv-berlin/streamlit-ioi-base:latest streamlit run --server.port 8503 explorer/civsoc.py

0 comments on commit f06bb72

Please sign in to comment.