This commit is contained in:
parent
20303e3a25
commit
719afe76b8
@ -26,14 +26,14 @@ jobs:
|
|||||||
run: python app.py
|
run: python app.py
|
||||||
|
|
||||||
- name: Push the changes to the FTP server
|
- name: Push the changes to the FTP server
|
||||||
uses: https://github.com/wangyucode/sftp-upload-action@v2.0.4
|
uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.5
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.FTP_SERVER }}
|
server: ${{ secrets.FTP_SERVER }}
|
||||||
username: ${{ secrets.FTP_USERNAME }}
|
username: ${{ secrets.FTP_USERNAME }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
port: 7008
|
port: 7008
|
||||||
localDir: 'dist'
|
local-dir: dist/
|
||||||
dryRun: true
|
dry-run: true
|
||||||
remoteDir: '/vitrinekast/temp-action/'
|
server-dir: /vitrinekast/temp-action/
|
||||||
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
Loading…
Reference in New Issue
Block a user