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_prod.yml
2023-08-20 07:39:22 +00:00

25 lines
630 B
YAML

name: ournomads.ourworld.tf
on:
push:
branches: [ master ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on ournomads.ourworld.tf
uses: appleboy/ssh-action@master
with:
host: ournomads.ourworld.tf
username: webuser
key: ${{ secrets.TF_SECRET }}
port: 34022
script: |
cd websites/www_ournomads/
git log -1
git fetch
git reset --hard origin/master
sed -i "s/https:\/\/www2.ournomads.ourworld.tf/https:\/\/ournomads.ourworld.tf/g" config.toml
./build.sh