Skip to content

Instantly share code, notes, and snippets.

@jalakoo
Last active October 4, 2019 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalakoo/c99a3382f534f84d51f2f89866471920 to your computer and use it in GitHub Desktop.
Save jalakoo/c99a3382f534f84d51f2f89866471920 to your computer and use it in GitHub Desktop.
Simple alwaysAI redploy script
#!/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