Skip to content

Commit

Permalink
Create appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Feb 25, 2020
1 parent 60035db commit 53edb46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 0.0
os: linux
files:
- source: /
destination: /home/ubuntu/rudder-sdk-js
permissions:
- object: /home/ubuntu/rudder-sdk-js
pattern: '**'
owner: ubuntu
group: ubuntu
mode: 755

0 comments on commit 53edb46

Please sign in to comment.