Skip to content

Commit

Permalink
fix: cd command in CI action .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-dulaney committed Mar 31, 2024
1 parent 9966329 commit ccb2ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: |
cd /powder-hound-go
cd powder-hound-go
git pull
docker compose -f deployment/email-service/docker-compose.yml up --build -d
Expand All @@ -31,6 +31,6 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: |
cd /powder-hound-go
cd powder-hound-go
git pull
docker compose -f deployment/scraping-service/docker-compose.yml up --build -d

0 comments on commit ccb2ec0

Please sign in to comment.