mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-10 12:32:17 +02:00
local-dir path, excludes param logging
This commit is contained in:
6
.github/workflows/ftps.yml
vendored
6
.github/workflows/ftps.yml
vendored
@@ -3,8 +3,6 @@ name: FTPS Test
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -12,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 🚚 Get latest code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.3.2
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: ./
|
||||
@@ -21,4 +19,4 @@ jobs:
|
||||
username: test@samkirkland.com
|
||||
password: ${{ secrets.ftp_password }}
|
||||
protocol: ftps
|
||||
secure: strict
|
||||
security: strict
|
||||
|
||||
Reference in New Issue
Block a user