Add deploy script
This commit is contained in:
parent
8de90f3980
commit
62c52b5747
8
script/deploy
Executable file
8
script/deploy
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# script/deploy: Deploys to the live environment.
|
||||||
|
|
||||||
|
script/cibuild
|
||||||
|
docker login
|
||||||
|
docker push docker.io/ianonavy/ianonavy:latest
|
||||||
|
kubectl -n ianonavy rollout restart deploy/ianonavy
|
||||||
Loading…
x
Reference in New Issue
Block a user