Skip to content

Commit

Permalink
Merge pull request #17 from tunglambg131003:development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
h114mx001 authored Jan 22, 2024
2 parents 3c40a42 + 9bcdf39 commit 4c301e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- name: Deploy to Product
run: |
ssh -i ~/.ssh/id_ecdsa -o StrictHostKeyChecking=no -p 22 root@${{ secrets.SERVER_IP }} "cd /root/MedDict/COMP2030_MedDict && chmod +x ./deploy.sh && ./deploy.sh"
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -p 22 root@${{ secrets.SERVER_IP }} "cd /root/MedDict/COMP2030_MedDict && chmod +x ./deploy.sh && ./deploy.sh"
echo "Deployed Successfully"

0 comments on commit 4c301e9

Please sign in to comment.