Skip to content

Commit

Permalink
type error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-flick committed Sep 30, 2024
1 parent c69b835 commit 2e48188
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 @@ -39,4 +39,4 @@ jobs:
sudo docker pull prashantflick/user-paytm:latest
sudo docker stop user-app || true
sudo docker rm user-app || true
suco docker run -d --name user-app -p 3000:3000 prashantflick/user-paytm:latest
sudo docker run -d --name user-app -p 3000:3000 prashantflick/user-paytm:latest

0 comments on commit 2e48188

Please sign in to comment.