Remove unnecessary entries from .dockerignore and update paths-ignore in fly.yml
This commit is contained in:
parent
b6f3522441
commit
d5dec84eb8
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
3
.github/workflows/fly.yml
vendored
3
.github/workflows/fly.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Fly Deploy
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'stylegen/**'
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue