all repos — website @ 9c3dd9231015d2d75d104bbc55b6e5326e8656bd

My website

remove netlify and vercel configurations

Alan Pearce
commit

9c3dd9231015d2d75d104bbc55b6e5326e8656bd

parent

b7d3ee578a0fa7c482c386242f2fc52c2600568a

1 file changed, 0 insertions(+), 18 deletions(-)

changed files
M justfilejustfile
@@ -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