Update tf_update.yml

This commit is contained in:
PeterNashaat
2022-07-20 21:19:16 +02:00
committed by GitHub
parent 941fbf810e
commit 6ab7761003

View File

@@ -1,17 +1,17 @@
name: Threefold_io
on:
push:
branch: [ zola_development ]
branch: [ development ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on www3.threefold.io
- name: pushing latest change on www2.threefold.io
uses: appleboy/ssh-action@master
with:
host: www3.threefold.io
host: www2.threefold.io
username: root
key: ${{ secrets.TF_SECRET }}
port: 22