Added Workflow
This commit is contained in:
3
publish.nu
Normal file
3
publish.nu
Normal 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)
|
||||
}
|
||||
Reference in New Issue
Block a user