Skip to content

Commit

Permalink
Added missing pulling step to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterZydra committed Feb 13, 2024
1 parent 9644a53 commit 883df59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- uses: actions/checkout@v1
- name: Build and Run Container
run: |
docker pull ghcr.io/masterzydra/bio-manager:latest
docker stop bioman || true
docker rm bioman || true
docker run -d --name bioman -p 8083:80 --env SSL_MODE=off --env DB_HOST=${{ secrets.IP }} --env DB_USERNAME=root --env DB_PASSWORD='${{ secrets.DB_PASSWORD }}' --env APP_URL=http://${{ secrets.IP }}:8083 ghcr.io/masterzydra/bio-manager:latest
Expand Down

0 comments on commit 883df59

Please sign in to comment.