Initial commit

This commit is contained in:
sasha-astiadi
2022-10-06 16:08:29 +02:00
commit 7c5298a4b2
115 changed files with 5416 additions and 0 deletions

22
.github/workflows/tf_update.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: freeflow.life
on:
push:
branch: [ development ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on www2.freeflow.life
uses: appleboy/ssh-action@master
with:
host: www2.freeflow.life
username: root
key: ${{ secrets.TF_SECRET }}
port: 22
script: |
cd /opt/www_freeflow_life
git log -1
git pull
bash build.sh