fix: deploy.yml
This commit is contained in:
parent
91e57a4e40
commit
a32283cdcf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -42,8 +42,8 @@ jobs:
|
|||
- name: Deploy 🚀
|
||||
uses: easingthemes/ssh-deploy@v2
|
||||
with:
|
||||
server: ${{ secrets.SERVER_DOMAIN }}
|
||||
username: ${{ secrets.SERVER_USERNAME }}
|
||||
server: ${{ secrets.REMOTE_HOST }}
|
||||
username: ${{ secrets.REMOTE_USER }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
local: ./public
|
||||
remote: /var/www/html/
|
||||
|
|
Loading…
Reference in a new issue