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 🚀
|
- name: Deploy 🚀
|
||||||
uses: easingthemes/ssh-deploy@v2
|
uses: easingthemes/ssh-deploy@v2
|
||||||
with:
|
with:
|
||||||
server: ${{ secrets.SERVER_DOMAIN }}
|
server: ${{ secrets.REMOTE_HOST }}
|
||||||
username: ${{ secrets.SERVER_USERNAME }}
|
username: ${{ secrets.REMOTE_USER }}
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
local: ./public
|
local: ./public
|
||||||
remote: /var/www/html/
|
remote: /var/www/html/
|
||||||
|
|
Loading…
Reference in a new issue