adding auto dep

This commit is contained in:
Peter Nashaat 2023-08-15 05:21:03 +00:00
parent 95139e84ad
commit 6d815d3f67
3 changed files with 6 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -12,11 +12,11 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: www2.freezone.ourworld.tf
username: webuser
username: ${{ secrets.TF_USER }}
key: ${{ secrets.TF_SECRET }}
port: 34022
port: ${{ secrets.TF_PORT }}
script: |
cd websites/www2/www_ourzone/
cd websites/www2/www_ourworld_freezone/
git log -1
git fetch
git reset --hard origin/development

View File

@ -12,11 +12,11 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: freezone.ourworld.tf
username: webuser
username: ${{ secrets.TF_USER }}
key: ${{ secrets.TF_SECRET }}
port: 34022
port: ${{ secrets.TF_PORT }}
script: |
cd websites/www_ourzone/
cd websites/www_ourworld_freezone/
git log -1
git fetch
git reset --hard origin/master