mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-19 08:52:09 +01:00
Add build script 5
Still using old Python...
This commit is contained in:
parent
21c30dd9e6
commit
0825b5605f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[build]
|
||||
publish = "dist/"
|
||||
command = "FILE=tools/ci/build-prod.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi"
|
||||
enviroment = { PYTHON_VERSION = "3.8" }
|
||||
environment = { PYTHON_VERSION = "3.8" }
|
||||
|
|
Loading…
Add table
Reference in a new issue