Files
ftp-deploy/.github/workflows/ftps.yml
T
Sam Kirkland 110f9186c0 V4.4.0 (#526)
* v4.4.0

* V4.4.0 use checkout v6 action to support node 24
2026-04-23 02:16:36 -05:00

22 lines
433 B
YAML

name: FTPS Test
on:
push:
branches: [master]
jobs:
deploy:
name: 🚀 Deploy website every commit
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v6
- name: 📂 Sync files
uses: ./
with:
server: ftp.samkirkland.com
username: test@samkirkland.com
password: ${{ secrets.ftp_password }}
protocol: ftps