Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
[TECH] Test deploy with ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLbg committed Jul 8, 2024
1 parent 5be4c6d commit e844677
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,6 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: kubectl rollout restart deployment product-service
script: |
ls -al
kubectl rollout restart deployment product-service

0 comments on commit e844677

Please sign in to comment.