From 1d7d29d58d2360e7d1c408a291ef2d245ad442fe Mon Sep 17 00:00:00 2001 From: Peter Nashaat Date: Tue, 25 Oct 2022 11:24:57 +0000 Subject: [PATCH] adding autodeployment --- .github/workflows/tf_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf_update.yml b/.github/workflows/tf_update.yml index d98cf39..938c5d6 100644 --- a/.github/workflows/tf_update.yml +++ b/.github/workflows/tf_update.yml @@ -10,12 +10,12 @@ jobs: steps: - name: pushing latest change on event2.ourworld.tf uses: appleboy/ssh-action@master - continue-on-error: true with: host: event2.ourworld.tf username: webuser key: ${{ secrets.TF_SECRET }} port: 34022 + continue-on-error: true script: | cd /home/webuser/websites/www2/www_ourworld_ictc git log -1