Skip to content

Commit

Permalink
update deploy-preprod workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ballPointPenguin committed Dec 15, 2024
1 parent 989707f commit 58bdf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
SERVICE_URL: https://preprod.pol.is
run: |
docker compose create --build --force-recreate file-server
docker cp file-server:/app/build/build ./build
CONTAINER_ID=$(docker ps -qaf name=file-server)
docker cp ${CONTAINER_ID}:/app/build/ ./build
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 58bdf43

Please sign in to comment.