adding auto dep
This commit is contained in:
parent
95139e84ad
commit
6d815d3f67
6
.github/workflows/tf_update_dev.yml
vendored
6
.github/workflows/tf_update_dev.yml
vendored
@ -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
|
||||
|
6
.github/workflows/tf_update_prod.yml
vendored
6
.github/workflows/tf_update_prod.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user