forked from tfcoop/www_duniayetu
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
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: www2.freezone.ourworld.tf
|
host: www2.freezone.ourworld.tf
|
||||||
username: webuser
|
username: ${{ secrets.TF_USER }}
|
||||||
key: ${{ secrets.TF_SECRET }}
|
key: ${{ secrets.TF_SECRET }}
|
||||||
port: 34022
|
port: ${{ secrets.TF_PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd websites/www2/www_ourzone/
|
cd websites/www2/www_ourworld_freezone/
|
||||||
git log -1
|
git log -1
|
||||||
git fetch
|
git fetch
|
||||||
git reset --hard origin/development
|
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
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: freezone.ourworld.tf
|
host: freezone.ourworld.tf
|
||||||
username: webuser
|
username: ${{ secrets.TF_USER }}
|
||||||
key: ${{ secrets.TF_SECRET }}
|
key: ${{ secrets.TF_SECRET }}
|
||||||
port: 34022
|
port: ${{ secrets.TF_PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd websites/www_ourzone/
|
cd websites/www_ourworld_freezone/
|
||||||
git log -1
|
git log -1
|
||||||
git fetch
|
git fetch
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
|
Loading…
Reference in New Issue
Block a user