Skip to content

feat(docker): add file to dockerignore #3

feat(docker): add file to dockerignore

feat(docker): add file to dockerignore #3

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