Trouffman f262a38453 Update to actions/checkout@v3
Ensure actions/checkout use the v3 and rely on Node16 - avoid error message in Github web admin at the end of the tasks
2023-01-12 12:04:13 +01: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@v3
- name: 📂 Sync files
uses: ./
with:
server: ftp.samkirkland.com
username: test@samkirkland.com
password: ${{ secrets.ftp_password }}
protocol: ftps