Skip to content

Commit

Permalink
Merge pull request #23 from GDG-Hackathon-77ia/serverChange
Browse files Browse the repository at this point in the history
feat: change Server
  • Loading branch information
GitJIHO authored Nov 14, 2024
2 parents 156b796 + 9c3cee8 commit 16d60ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:

- name: Run deployment script on server
run: |
sshpass -p "${{ secrets.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no -p 50 admin@${{ secrets.SERVER_IP }} bash /home/admin/deploy.sh
sshpass -p "${{ secrets.SSH_PASSWORD }}" ssh -o StrictHostKeyChecking=no -p 16122 rayoen@${{ secrets.SERVER_IP }} bash /home/rayoen/deploy.sh

0 comments on commit 16d60ad

Please sign in to comment.