acquia/moonshot

View on GitHub
sample/bin/aws-codedeploy-samples/applications/SampleApp_Windows/appspec.yml

Summary

Maintainability
Test Coverage
version: 0.0
os: windows
files:
  - source: \index.html
    destination: C:\inetpub\wwwroot
hooks:
  BeforeInstall:
    - location: \before-install.bat
      timeout: 900