Skip to content

Instantly share code, notes, and snippets.

View vonhraban's full-sized avatar
🌴
.

Vlad von Hraban vonhraban

🌴
.
  • UK & Thailand
View GitHub Profile
@vonhraban
vonhraban / appspec.yml
Created October 18, 2017 10:41
AWS CodeDeploy appspec
version: 0.0
os: linux
files:
- source: .
destination: /app/collectors
permissions:
- object: /app/collectors
owner: ec2-user
group: ec2-user