Skip to content

Never kill yourself

Never kill yourself #4

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