Remove unnecessary entries from .dockerignore and update paths-ignore in fly.yml

This commit is contained in:
2024-01-28 17:59:37 -07:00
parent b6f3522441
commit d5dec84eb8
2 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,7 @@
# flyctl launch added from .gitignore
**/node_modules
**/goth.stack
**/.env
**/airbin
**/tmp
**/*.rdb
stylegen
# flyctl launch added from stylegen/node_modules/tailwindcss/stubs/.gitignore
fly.toml

View File

@ -1,6 +1,9 @@
name: Fly Deploy
on:
push:
paths-ignore:
- 'README.md'
- 'stylegen/**'
branches:
- main
jobs: