mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-04-10 12:32:17 +02:00
using act for local debugging
Added act library for local debugging Attempting to use exec argument escaping
This commit is contained in:
18
debug/local-debug-deployment.yaml
Normal file
18
debug/local-debug-deployment.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
on: push
|
||||
name: Local Debug Deployment
|
||||
jobs:
|
||||
Local-Debug-Deployment:
|
||||
name: Local-Debug-Deployment
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.1.0
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: FTP-Deploy-Action
|
||||
uses: ./
|
||||
with:
|
||||
ftp-server: ftp://ftp.samkirkland.com/
|
||||
ftp-username: ${{ secrets.username }}
|
||||
ftp-password: ${{ secrets.password }}
|
||||
git-ftp-args: --dry-run
|
||||
Reference in New Issue
Block a user