add deployment script

This commit is contained in:
2024-03-05 15:30:07 -08:00
parent 0d8370dde4
commit 12de99c857
3 changed files with 22 additions and 6 deletions

4
build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
TAG=cr.gitlab.alfter.us:443/salfter/docker-trn:latest
docker build -t $TAG .
docker push $TAG