Include contents of the zed-server repo
We're going full monorepo. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
34abda3a04
commit
1537500fcb
99 changed files with 7206 additions and 75 deletions
11
script/deploy-migration
Executable file
11
script/deploy-migration
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
IMAGE_ID=registry.digitalocean.com/zed/zed-migrator
|
||||
|
||||
docker build . \
|
||||
--file ./Dockerfile.migrator \
|
||||
--tag $IMAGE_ID
|
||||
docker push $IMAGE_ID
|
||||
kubectl apply -f ./server/migrate.yml
|
Loading…
Add table
Add a link
Reference in a new issue