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
|
**/goth.stack
|
||||||
**/.env
|
**/.env
|
||||||
**/airbin
|
**/airbin
|
||||||
**/tmp
|
**/tmp
|
||||||
**/*.rdb
|
**/*.rdb
|
||||||
stylegen
|
stylegen
|
||||||
|
|
||||||
# flyctl launch added from stylegen/node_modules/tailwindcss/stubs/.gitignore
|
|
||||||
fly.toml
|
fly.toml
|
||||||
|
|
3
.github/workflows/fly.yml
vendored
3
.github/workflows/fly.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Fly Deploy
|
name: Fly Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- 'stylegen/**'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue