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:
|
jobs:
|
||||||
web-deploy:
|
web-deploy:
|
||||||
|
|
||||||
name: Deploy Angular App
|
name: Deploy Python api
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
server-dir: ${{ vars.FTP_PYTHON_API_DIRECTORY }}
|
server-dir: ${{ vars.FTP_PYTHON_API_DIRECTORY }}
|
||||||
#dangerous-clean-slate: true
|
#dangerous-clean-slate: true
|
||||||
exclude: |
|
exclude: |
|
||||||
**/.git*
|
**./.git*
|
||||||
**/.git*/**
|
**./.git*/**
|
||||||
**/node_modules/**
|
**./node_modules/**
|
||||||
**/env/**
|
**./env/**
|
||||||
|
|||||||
Reference in New Issue
Block a user