Skip to content

Commit

Permalink
fix deployments (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
veeti-k committed Jul 4, 2024
1 parent 105403a commit d027d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
cd ~/tasks && \
docker rollout -f ./docker-compose.yml backend
Expand Down Expand Up @@ -267,6 +268,7 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
passphrase: ${{ secrets.SSH_PASSPHRASE }}
script: |
cd ~/tasks && \
docker rollout -f ./docker-compose.yml frontend
Expand Down

0 comments on commit d027d7d

Please sign in to comment.