-
Go to Git version control from the interactiveart dashboard
-
Click
Manage
for the interactive-art repo -
Click the
Pull or Deploy
tab -
Click
Update from Remote
-
Finally click
Deploy HEAD Commit
- This follows the commands in the
.cpanel.yml
file, which just copies the files from the repo to its appropriate place and restarts the server
- This follows the commands in the
If there are any new Python dependencies take the following steps
-
Go to the python app
-
Click the edit symbol
-
Click
Run Pip Install
forrequirements.txt
-
Finally click
Restart
If major changes were made to the backend we want to clear the cache because the precomputed results will be inconsistent. To do so: