Skip to content

Commit

Permalink
Merge pull request #3 from MdSamsuzzohaShayon/development
Browse files Browse the repository at this point in the history
Change variables names
  • Loading branch information
MdSamsuzzohaShayon authored Jan 22, 2024
2 parents a9101a4 + 9c6634c commit a6c4adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: SSH and Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.VPS_IP }}
username: ${{ secrets.LINUX_USER_NAME }}
key: ${{ secrets.VPS_AUTHORIZED_SSH_KEY }}
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: |
cd /home/shayon/webdevlab
git pull origin master
Expand Down

0 comments on commit a6c4adb

Please sign in to comment.