remove netlify and vercel configurations
1 file changed, 0 insertions(+), 18 deletions(-)
changed files
M justfile → justfile
@@ -32,21 +32,3 @@ cd *DEPLOY_FLAGS: fly auth docker fly deploy --image $(KO_DOCKER_REPO={{ docker-registry }} ko build --bare ./cmd/server) {{ DEPLOY_FLAGS }} - -deploy-vercel-preview: build - vercel pull --environment=preview - vercel deploy - -deploy-vercel: build check-links - vercel pull --environment=production - vercel deploy --prod - -deploy-netlify-preview: build - netlify deploy - -deploy-netlify: build check-links - netlify deploy --prodIfUnlocked - -deploy-preview: deploy-vercel-preview deploy-netlify-preview - -deploy-production: deploy-vercel deploy-netlify