Skip to content

Commit

Permalink
chore: fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
maazh10 committed Jun 27, 2024
1 parent f225178 commit 1f6533d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
key: ${{ secrets.KEY }}
envs: IMAGE_NAME
script: |
docker compose down
docker compose pull && docker compose up -d
cd portfolio-website
docker compose pull && docker compose restart
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
nginx-proxy:
image: jwilder/nginx-proxy
Expand Down

0 comments on commit 1f6533d

Please sign in to comment.