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 **/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

View file

@ -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: