Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitdethe27 authored Dec 15, 2024
1 parent e759a22 commit 08c3133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

- name: Deploy to Server
run: |
ssh -vv -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }} << 'EOF'
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_IP }} << 'EOF'
# Backend Deployment
set +x
# Ensure we're in the right directory
mkdir -p ~/app/backend
cd ~/yaml-linter
Expand Down

0 comments on commit 08c3133

Please sign in to comment.