Skip to content

Instantly share code, notes, and snippets.

@vonhraban
Created October 18, 2017 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vonhraban/93b32da9f6787d36b1f90f26cfa1b369 to your computer and use it in GitHub Desktop.
Save vonhraban/93b32da9f6787d36b1f90f26cfa1b369 to your computer and use it in GitHub Desktop.
AWS CodeDeploy appspec
version: 0.0
os: linux
files:
- source: .
destination: /app/collectors
permissions:
- object: /app/collectors
owner: ec2-user
group: ec2-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment