Skip to content

Commit

Permalink
fix: update dev deploy yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Halil-Ibrahim-Kasapoglu committed Oct 20, 2024
1 parent cff9617 commit 9e3a5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: |
sshpass -p "${{ secrets.DO_SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no root@${{ secrets.DO_REMOTE }} << EOF
echo "Updating backend and frontend deployments"
kubectl set image deployment/frontend frontend=$DOCKER_USERNAME/frontend:${{ github.sha }} --namespace=default
kubectl set image deployment/backend backend=$DOCKER_USERNAME/backend:${{ github.sha }} --namespace=default
kubectl set image deployment/frontend frontend=24cmpe451group2/frontend:${{ github.sha }} --namespace=default
kubectl set image deployment/backend backend=24cmpe451group2/backend:${{ github.sha }} --namespace=default
kubectl rollout status deployment/frontend --namespace=default
kubectl rollout status deployment/backend --namespace=default
EOF

0 comments on commit 9e3a5b0

Please sign in to comment.