Skip to content
Snippets Groups Projects
Verified Commit fd963d6e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add deploy script

parent ff6403e5
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
IMAGE=k8r.eu/justjanne/bahn-proxy
TAGS=$(git describe --always --tags HEAD)
DEPLOYMENT=bahn-proxy
POD=bahn-proxy
NAMESPACE=bahn-tools
kubectl -n $NAMESPACE set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment