post_deploy 213 B

123456
  1. #!/bin/bash
  2. # This is a simple post deploy hook executed after your application
  3. # is deployed and started. This script gets executed directly, so
  4. # it could be python, php, ruby, etc.
  5. echo "-> Post deploy step"