Test fly deployment

This commit is contained in:
2024-03-09 23:03:52 +00:00
parent 8a9d1c6aa8
commit 5e0d4ffef5
4 changed files with 93 additions and 1 deletions

21
.dockerignore Normal file
View File

@@ -0,0 +1,21 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store