Skip to content

Commit

Permalink
fix: 🐛 fix shopkeeper-api container not found
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonfrank committed Jul 3, 2024
1 parent 79d710b commit f4f2f12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker compose build --no-cache --force-rm
run: docker compose build --no-cache --force-rm app



Expand Down Expand Up @@ -81,8 +81,6 @@ jobs:
script: |
cd ~/shopkeeper-api
docker restart shopkeeper-db
docker stop shopkeeper-api
docker rm shopkeeper-api
docker pull nelsonfrank/shopkeeper-api:main
docker run -d --name shopkeeper-api --rm -p 3001:3001 nelsonfrank/shopkeeper-api:main
docker restart shopkeeper-pgadmin4
Expand Down

0 comments on commit f4f2f12

Please sign in to comment.