Skip to content

Commit

Permalink
Change SSH command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Apr 11, 2024
1 parent d67bf66 commit cfed642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
PROD_EC2_HOST_IP: ${{ secrets.STAGING_SSH_HOST }}
- name: Deploy to Production
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.PROD_EC2_USER }}@${{ secrets.PROD_EC2_HOST_IP }} << 'EOF'
ssh prod << 'EOF'
cd danswer
make re-deploy
echo "Deployment complete"
Expand Down

0 comments on commit cfed642

Please sign in to comment.