acquia/moonshot

View on GitHub
sample/bin/aws-codedeploy-samples/conf-mgmt/salt/local-only/deploy_hooks/application_start.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

# Deploy hooks are run via absolute path, so taking dirname of this script will give us the path to
# our deploy_hooks directory.
. $(dirname $0)/../application_vars.sh

salt-call --local --file-root=$DESTINATION_PATH state.highstate