Skip to content

components: fix select menus again again #13

components: fix select menus again again

components: fix select menus again again #13

Workflow file for this run

name: Update Server
on:
push:
branches:
- main
jobs:
update_server:
runs-on: sh-jb-1
steps:
- uses: actions/checkout@v2
- name: Stop App
run: |
docker stop liberation
- name: Fetch Updates and Restart App
run: |
cd ~/Liberation
git pull
docker compose up -d --build
- name: Send Commit done Message
uses: tsickert/discord-webhook@v5.4.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
embed-title: Liberation Staging is now on commit `${{ github.sha }}`!
embed-description: |
Commit Message: ${{ github.event.head_commit.message }}
Author: ${{ github.triggering_actor }}