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

Added deployment scripts

parent 4a21d31e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
IMAGE=k8r.eu/justjanne/statsbot-frontend IMAGE=k8r.eu/justjanne/statsbot-frontend
TAGS=$(git describe --always --tags HEAD) TAGS=$(git describe --always --tags HEAD)
DEPLOYMENT=statsbot-frontend DEPLOYMENT=statsbot-frontend-staging
POD=statsbot-frontend POD=statsbot-frontend-staging
kubectl set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS kubectl set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS
\ No newline at end of file
#!/bin/sh
IMAGE=k8r.eu/justjanne/statsbot-frontend
TAGS=$(git describe --always --tags HEAD)
DEPLOYMENT=statsbot-frontend
POD=statsbot-frontend
kubectl 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