Skip to content

Commit

Permalink
ci/workflow-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed Jun 23, 2024
1 parent ef549d7 commit ffa42aa
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 @@ -43,7 +43,7 @@ jobs:
git stash
git pull origin main
set +e
docker-compose -f docker-compose-devsandbox.yml stop bloggios-cloud-gateway
docker-compose -f docker-compose-load.yml stop bloggios-cloud-gateway
docker rmi bloggios-cloud-gateway:1.0
set -e
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
port: 22
script: |
cd /root/bloggios-deployment-docker-files
docker-compose -f docker-compose-devsandbox.yml up -d bloggios-cloud-gateway
docker-compose -f docker-compose-load.yml up -d bloggios-cloud-gateway
- name: Removing Targets
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit ffa42aa

Please sign in to comment.