Skip to content

Commit

Permalink
Merge pull request #19 from rohit-zip/main
Browse files Browse the repository at this point in the history
enhancement/assets-url
  • Loading branch information
rohit-zip authored Jun 22, 2024
2 parents 18bacbe + d9c3a41 commit b7f9054
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 user-provider-application
docker-compose -f docker-compose-load.yml stop user-provider-application
docker rmi user-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 user-provider-application
docker-compose -f docker-compose-load.yml up -d user-provider-application
- name: Removing Targets
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit b7f9054

Please sign in to comment.