Skip to content

Merge pull request #5 from johnymachine/2025 #2

Merge pull request #5 from johnymachine/2025

Merge pull request #5 from johnymachine/2025 #2

Workflow file for this run

name: Deploy to Server via FTP
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
protocol: ftps
port: 21
local-dir: ./
server-dir: /www/