This file contains 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 | |
# Usage: | |
# $ bin/restart | |
# Remember to be on the root of the project. | |
# Script does not take any arguments. | |
# This script makes most of its decision based on the ENVIRONMENT value in .env. | |
# This is important for deploying correct branch as well as starting correct celery worker. | |
main() { |