Template
1
0
Fork 0

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

This commit is contained in:
Atridad Lahiji 2024-01-28 17:59:37 -07:00
parent b6f3522441
commit d5dec84eb8
No known key found for this signature in database
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: