Added Workflow

This commit is contained in:
2025-07-05 20:35:14 -04:00
parent ccbea45809
commit 4ab22f21d8
3 changed files with 40 additions and 3 deletions

3
publish.nu Normal file
View File

@@ -0,0 +1,3 @@
def publish (tag: string) {
docker build -f AobaServer/Dockerfile -t git.kaisei.app/amatsugu/aoba:($tag) .; docker push git.kaisei.app/amatsugu/aoba:($tag)
}