mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
test
This commit is contained in:
parent
c291ac57bd
commit
5d38fbdf51
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ hooks:
|
||||||
set -e
|
set -e
|
||||||
yarn install
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
|
deploy: |
|
||||||
|
set -e
|
||||||
|
yarn build-db
|
||||||
|
|
||||||
# The following block defines a single writable directory, 'web/uploads'
|
# The following block defines a single writable directory, 'web/uploads'
|
||||||
# The 'source' specifies where the writable mount is. The 'local' source
|
# The 'source' specifies where the writable mount is. The 'local' source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue