deploy 213 B

123456789
  1. #!/bin/bash
  2. # Set default APP_VERSION if not provided
  3. if [ -z "$APP_VERSION" ]; then
  4. export APP_VERSION="latest"
  5. fi
  6. # Run the deploy playbook
  7. ansible-playbook ../deploy_playbook.yml -i ../inventory/hosts"$@"