Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
LokeshXs authored May 9, 2024
2 parents 77b1c86 + 4e56b87 commit e9411f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Build and push Docker user image
uses: docker/build-push-action@v2

with:
context: .
file: ./docker/Dockerfile.user
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
sudo docker network disconnect my_network paytm-clone-webhook
sudo docker network create my_network
sudo docker run -d --name paytm-clone-user --name my_network -e AUTH_SECRET=${{ secrets.AUTH_SECRET }} -e AUTH_GOOGLE_ID=${{ secrets.AUTH_GOOGLE_ID }} -e AUTH_GOOGLE_SECRET=${{ secrets.AUTH_GOOGLE_SECRET }} -e DATABASE_URL=${{ secrets.DATABASE_URL }} -p 3000:3000 lokesh1129/paytm-clone-user:latest
sudo docker run -d --name paytm-clone-webhook --name my_network -e DATABASE_URL=${{ secrets.DATABASE_URL }} lokesh1129/paytm-clone-webhook:latest
sudo docker run -d --name paytm-clone-webhook --name my_network -e DATABASE_URL=${{ secrets.DATABASE_URL }} lokesh1129/paytm-clone-webhook:latest

0 comments on commit e9411f5

Please sign in to comment.