mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-10 12:32:17 +02:00
Library & test updates
- Updated NPM packages - Updated tests to point to correct branch (oops)
This commit is contained in:
2
.github/workflows/test-ftp-deploy.yaml
vendored
2
.github/workflows/test-ftp-deploy.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: FTP-Deploy-Action
|
||||
uses: SamKirkland/FTP-Deploy-Action-Typescript@master
|
||||
uses: SamKirkland/FTP-Deploy-Action@master
|
||||
with:
|
||||
ftp-server: ftp://ftp.samkirkland.com/
|
||||
ftp-username: ${{ secrets.ftp_username }}
|
||||
|
||||
2
.github/workflows/test-sftp-deploy.yaml
vendored
2
.github/workflows/test-sftp-deploy.yaml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: FTP-Deploy-Action
|
||||
uses: SamKirkland/FTP-Deploy-Action-Typescript@master
|
||||
uses: SamKirkland/FTP-Deploy-Action@master
|
||||
with:
|
||||
# deploy to a folder named "sftp-deploy-test.samkirkland.com" on my server
|
||||
ftp-server: sftp://ftp.samkirkland.com:7822/home/samkirkland/sftp-deploy-test.samkirkland.com/
|
||||
|
||||
Reference in New Issue
Block a user