Skip to content

Commit

Permalink
creation of folder manually
Browse files Browse the repository at this point in the history
  • Loading branch information
leoBitto committed Apr 14, 2024
1 parent 3c4f41f commit 68f9254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/server_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
docker tag ghcr.io/leobitto/${{ env.IMAGE_NAME }}:latest ${{ env.IMAGE_NAME }}
mkdir -p /opt/web/static
mkdir -p /opt/web/media
docker-compose -f /opt/${{ env.REPO_NAME }}/docker-compose.prod.yml up -d
echo "wait 5 sec for POSTGRES service to fully start"
sleep 5
Expand Down

0 comments on commit 68f9254

Please sign in to comment.