From 0f6ef2fae4f697e9b5644a953ecedf9e0bc65f3e Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 3 Aug 2022 08:31:52 -0500 Subject: [PATCH] Delete deploy.yml --- .github/workflows/deploy.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index e4951d0..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Buid and Deploy - -on: - push: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Use Node.js - uses: actions/setup-node@v2.1.2 - with: - node-version: '12.x' - - run: npm install - - run: npm run build - - - name: FTP Deploy - uses: SamKirkland/FTP-Deploy-Action@4.0.0 - with: - server: ${{ secrets.FTP_HOST }} - username: ${{ secrets.FTP_USERNAME }} - password: ${{ secrets.FTP_PASSWORD }} - port: 21 - protocol: ftps - security: strict - state-name: ../.ftp-deploy-sync-state.json - local-dir: ./dist/itsfiveoclockwhere/