From ddc7ae9bead42634b1e9efac7ce4bf53846f0bb0 Mon Sep 17 00:00:00 2001 From: petep Date: Sun, 16 Jul 2023 12:00:32 +0000 Subject: [PATCH] removing extra gh action --- .github/workflows/tf_update.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/tf_update.yml diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml deleted file mode 100644 index 0d36295..0000000 --- a/.github/workflows/tf_update.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: www2.ourverse.tf -on: - push: - branch: [development] - -jobs: - job_one: - name: Deploy - runs-on: ubuntu-latest - steps: - - name: pushing latest change on www2.ourverse.tf - uses: appleboy/ssh-action@master - with: - host: www2.ourverse.tf - username: webuser - key: ${{ secrets.TF_SECRET }} - port: 34022 - script: | - cd websites/www2/www_ourverse/ - git log -1 - git restore . - git pull - bash build.sh