mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
fix sftp deploy script
This commit is contained in:
@@ -71,13 +71,13 @@ jobs:
|
|||||||
path: dist/stefankoelle
|
path: dist/stefankoelle
|
||||||
|
|
||||||
- name: Deploy via SFTP to IONOS
|
- name: Deploy via SFTP to IONOS
|
||||||
uses: wlixcc/sftp-deploy-action@v1
|
uses: wlixcc/SFTP-Deploy-Action@v1.2.6
|
||||||
with:
|
with:
|
||||||
local_path: './dist/stefankoelle/*'
|
local_path: './dist/stefankoelle/*'
|
||||||
server: ${{ secrets.IONOS_SFTP_HOST }}
|
server: ${{ secrets.IONOS_SFTP_HOST }}
|
||||||
username: ${{ secrets.IONOS_SFTP_USER }}
|
username: ${{ secrets.IONOS_SFTP_USER }}
|
||||||
password: ${{ secrets.IONOS_SFTP_PASSWORD }}
|
password: ${{ secrets.IONOS_SFTP_PASSWORD }}
|
||||||
server_path: '/deploy/stefankoelle/'
|
remote_path: '/deploy/stefankoelle/'
|
||||||
port: 22
|
port: 22
|
||||||
|
|
||||||
summary:
|
summary:
|
||||||
|
|||||||
Reference in New Issue
Block a user