This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ournomads/.github/workflows/tf_update.yml
2022-10-12 17:03:31 +02:00

23 lines
526 B
YAML

name: nomads.ourworld.tf
on:
push:
branch: [ development ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on nomads.ourworld.tf
uses: appleboy/ssh-action@master
with:
host: nomads.ourworld.tf
username: webuser
key: ${{ secrets.TF_SECRET }}
port: 34022
script: |
cd /home/webuser/websites/www2/www_ournomads/
git log -1
git pull
bash build.sh