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