Skip to content

Commit

Permalink
fix(actions): fix nginx run command
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 16, 2024
1 parent b0afd92 commit 41e171f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
sudo docker rm bolhadev-nginx || true
sudo docker rm bolhadev-chat || true
sudo docker run -d -p 4000:4000 -p 4001:4001 --name bolhadev-chat --network internal ${{ vars.DOCKER_REPO }}/bolhadev-chat:latest
sudo docker run -d -p 80:80 \
sudo docker run -d -p 443:443 \
sudo docker run -d -p 80:80 -p 443:443 \
--name bolhadev-nginx \
-v /var/www/certbot:/var/www/certbot \
-v /etc/letsencrypt/ssl/fullchain.pem:/etc/nginx/ssl/fullchain.pem \
Expand Down

0 comments on commit 41e171f

Please sign in to comment.