try to not deploy not needed folders
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
web-deploy:
|
||||
|
||||
name: Deploy Angular App
|
||||
name: Deploy Python api
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
server-dir: ${{ vars.FTP_PYTHON_API_DIRECTORY }}
|
||||
#dangerous-clean-slate: true
|
||||
exclude: |
|
||||
**/.git*
|
||||
**/.git*/**
|
||||
**/node_modules/**
|
||||
**/env/**
|
||||
**./.git*
|
||||
**./.git*/**
|
||||
**./node_modules/**
|
||||
**./env/**
|
||||
|
||||
Reference in New Issue
Block a user