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

added gitignore

parent e4f4c4d4
Branches
No related tags found
No related merge requests found
/build.sh
/deploy.sh
#!/bin/sh
IMAGE=k8r.eu/justjanne/fdroid-repo
TAGS=$(git describe --always --tags HEAD)
NAMESPACE=default
DEPLOYMENT=fdroid-repo
POD=sync
kubectl -n imghost set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS
kubectl -n $NAMESPACE set image deployment/$DEPLOYMENT $POD=$IMAGE:$TAGS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment