Last active
October 4, 2019 19:42
-
-
Save jalakoo/c99a3382f534f84d51f2f89866471920 to your computer and use it in GitHub Desktop.
Simple alwaysAI redploy script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# To make this file executable from the command line, enter: `chmod +x reload.sh` | |
aai app exec sudo killall python -9 --no-container | |
aai app deploy --yes | |
aai app start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment