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