v0.1 version: added ci, container, nginx + base apigw config
This commit is contained in:
6
deploy/image-push.sh
Executable file
6
deploy/image-push.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# RUN IN REPO ROOT DIR !!
|
||||
|
||||
export IMAGE_NAME="git.pbiernat.dev/egommerce/apigw-svc"
|
||||
|
||||
docker push "$IMAGE_NAME:latest"
|
||||
Reference in New Issue
Block a user