Skip to content

Commit

Permalink
It's the little things.... 7
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlucke committed Nov 21, 2024
1 parent a9d61ce commit 3d176d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
uses: actions/checkout@v4

- name: Pull Image from Docker Hub
run: docker-compose -f docker-compose.yml pull
run: sudo docker-compose -f docker-compose.yml pull

- name: Delete Old Container
run: docker rm -f baphomet-server-container
run: sudo docker rm -f baphomet-server-container

- name: Run Docker Container
run: docker-compose -f docker-compose.yml up -d
run: sudo docker-compose -f docker-compose.yml up -d

0 comments on commit 3d176d0

Please sign in to comment.