Skip to content

Commit

Permalink
Update main-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh authored Dec 26, 2023
1 parent 59178cb commit ae037f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
cd giveth-all
docker-compose stop givEconomy-notification-service
docker-compose pull givEconomy-notification-service
docker-compose up -d givEconomy-notification-service
docker compose stop givEconomy-notification-service
docker compose pull givEconomy-notification-service
docker compose up -d givEconomy-notification-service
docker image prune -a --force

0 comments on commit ae037f6

Please sign in to comment.