Skip to content

Merge branch 'main' of https://github.com/Vital-Vuillaume/My-Website #136

Merge branch 'main' of https://github.com/Vital-Vuillaume/My-Website

Merge branch 'main' of https://github.com/Vital-Vuillaume/My-Website #136

Workflow file for this run

name: FTP Deployment
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: FTP Deployment
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /www/vital/
local-dir: ./
dry-run: false