api-gateway/deploy/image-push.sh
Piotr Biernat b0505bb041
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
v0.1 version: added ci, container, nginx + base apigw config
2022-10-06 17:41:43 +02:00

7 lines
128 B
Bash
Executable File

#!/bin/sh
# RUN IN REPO ROOT DIR !!
export IMAGE_NAME="git.pbiernat.dev/egommerce/apigw-svc"
docker push "$IMAGE_NAME:latest"