chore: set up automated deployment
Now, when one promotes a build in Drone to "release," the website should automatically be copied to studioinfinity.org
This commit is contained in:
parent
ec0854d8b9
commit
03f3cc811b
5 changed files with 29 additions and 14 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -125,6 +125,7 @@ venv.bak/
|
|||
|
||||
# mkdocs documentation
|
||||
/site
|
||||
/semiliterate
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
|
@ -140,3 +141,5 @@ dmypy.json
|
|||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
# Secrets
|
||||
secrets.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue