Skip to content

Commit

Permalink
feature/google-login
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed Jun 12, 2024
1 parent d1d8f4a commit e455173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git pull origin main
set +e
docker-compose -f docker-compose-devsandbox.yml stop auth-provider-application
docker-compose -f docker-compose-devsandbox.yml stop auth-provider-social-application
# docker-compose -f docker-compose-devsandbox.yml stop auth-provider-social-application
docker rmi auth-provider-application:1.0
set -e

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
script: |
cd /root/bloggios-deployment-docker-files
docker-compose -f docker-compose-devsandbox.yml up -d auth-provider-application
docker-compose -f docker-compose-devsandbox.yml up -d auth-provider-social-application
# docker-compose -f docker-compose-devsandbox.yml up -d auth-provider-social-application

- name: Removing Targets
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit e455173

Please sign in to comment.