Skip to content

actions: add auto deploy #1

actions: add auto deploy

actions: add auto deploy #1

Workflow file for this run

name: Update Server
on:
push:
branches:
- main
jobs:
update_server:
runs-on: sh-jb-1
steps:
- name: Stop App
run: |
docker stop liberation
- name: Fetch Updates and Restart App
run: |
cd ~/Liberation
git pull
docker-compose up -d --build