[31/03/23] deleted old ftp action

This commit is contained in:
Andrew Conlin 2023-03-31 22:12:00 +01:00 committed by GitHub
parent b5b1796994
commit 7b2d6f9c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +0,0 @@
on: push
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.3.3
with:
server: ftp.andrewconl.in
username: andrewconl.in
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./_site/