DePlOyMeNt iS ThE EaSy pArT

This commit is contained in:
2020-05-21 20:27:55 +02:00
parent 6365616386
commit 6a93251d81
5 changed files with 200 additions and 719 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
IMAGE_TAG=harbor.blacknova.io/nvls/sarcastifybot:latest
image:
docker build -t $(IMAGE_TAG) .
push:
docker push $(IMAGE_TAG)