Skip to content

Add moderation commands #28

Add moderation commands

Add moderation commands #28

name: Deploy to osu.staging.titanic.sh
on:
push:
branches:
- rewrite
workflow_dispatch:
jobs:
deploy:
runs-on: self-hosted
if: github.actor == 'Lekuruu'
steps:
- name: Update repository
run: /titanic/scripts/update_project.sh bot rewrite
working-directory: /titanic
- name: Rebuild & update container
run: /titanic/scripts/update_containers.sh bot
working-directory: /titanic