Skip to content

Commit

Permalink
Merge pull request #20 from rohit-zip/main
Browse files Browse the repository at this point in the history
ci/workflow-updated
  • Loading branch information
rohit-zip authored Jun 22, 2024
2 parents e1928be + 836239f commit 73c5949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git stash
git pull origin main
set +e
docker-compose -f docker-compose-devsandbox.yml stop auth-provider-application
docker-compose -f docker-compose-load.yml stop auth-provider-application
docker rmi auth-provider-application:1.0
set -e
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
port: 22
script: |
cd /root/bloggios-deployment-docker-files
docker-compose -f docker-compose-devsandbox.yml up -d auth-provider-application
docker-compose -f docker-compose-load.yml up -d auth-provider-application
- name: Removing Targets
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 73c5949

Please sign in to comment.