Skip to content

Commit

Permalink
Merge pull request #3 from VinayakVispute/check
Browse files Browse the repository at this point in the history
Updated & Checked Deployment Workflow
  • Loading branch information
VinayakVispute authored Aug 18, 2024
2 parents 09d5564 + e1f9d12 commit d155c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
sudo docker pull vinayakvispute/vinayakvispute-devcollub_hub-client:latest
sudo docker stop web-app || true
sudo docker rm web-app || true
sudo docker run -d --name web-app -p 3005:3000 vinayakvispute/vinayakvispute-devcollub_hub-client:latest
sudo docker run -d --name web-app --env-file .env -p 3005:3000 vinayakvispute/vinayakvispute-devcollub_hub-client:latest

0 comments on commit d155c2c

Please sign in to comment.