From a04af0a12b16735b8085ef334835c1a6d34dd47d Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 9 Jan 2022 16:56:24 -0700 Subject: [PATCH] maint: remove github workflows --- .github/workflows/cicd.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/cicd.yml diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml deleted file mode 100644 index d97b7c5..0000000 --- a/.github/workflows/cicd.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: ci-cd - -on: - pull_request: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: deploy to dokku instance - uses: idoberko2/dokku-deploy-github-action@v1 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - dokku-host: 'planner.thermokar.st' - app-name: 'webapp' - remote-branch: 'main' - # Keeping the following around, in case of emergencies: - # git-push-flags: --force