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_eden/.github/workflows/tf_update.yml
2023-03-02 14:51:24 +02:00

24 lines
534 B
YAML

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