From 7b2d6f9c8de21241a0bbdc8ecba93425a9deeab1 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Fri, 31 Mar 2023 22:12:00 +0100 Subject: [PATCH] [31/03/23] deleted old ftp action --- .github/workflows/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index d179c45..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -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/