adding workflow
This commit is contained in:
parent
4561b7166c
commit
f204281933
4
.github/workflows/tf_update_prod.yml
vendored
4
.github/workflows/tf_update_prod.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: pushing latest change on www.jungleparadise.tf
|
- name: pushing latest change on www.beach-resort-zanzibar.com
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: www.jungleparadise.tf
|
host: www.beach-resort-zanzibar.com
|
||||||
username: ${{ secrets.TF_USER }}
|
username: ${{ secrets.TF_USER }}
|
||||||
key: ${{ secrets.TF_SECRET }}
|
key: ${{ secrets.TF_SECRET }}
|
||||||
port: ${{ secrets.TF_PORT }}
|
port: ${{ secrets.TF_PORT }}
|
||||||
|
Loading…
Reference in New Issue
Block a user