This commit is contained in:
Jan Kohlbach 2023-05-31 11:44:09 +02:00
parent c291ac57bd
commit 5d38fbdf51

View file

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