Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#!/bin/bash 2 3set -e 4 5IMAGE_ID=registry.digitalocean.com/zed/zed-migrator 6 7docker build . \ 8 --file ./Dockerfile.migrator \ 9 --tag $IMAGE_ID 10docker push $IMAGE_ID 11kubectl apply -f ./server/migrate.yml