chore: set up automated deployment
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

Now, when one promotes a build in Drone to "release," the website should
  automatically be copied to studioinfinity.org
This commit is contained in:
Glen Whitney 2021-01-09 20:13:01 -08:00
parent ec0854d8b9
commit 03f3cc811b
5 changed files with 29 additions and 14 deletions

3
.gitignore vendored
View file

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