Travis yml file

pull/15/head
Michael Iacona 2018-11-01 08:26:04 -04:00
parent 0f8a681c9a
commit c02176ba9a
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: node_js
node_js:
- "node"
deploy:
provider: elasticbeanstalk
access_key_id: "Encrypted <access-key-id>="
secret_access_key:
secure: "Encypted <secret-access-key>="
region: "us-east-1"
app: "example-app-name"
env: "example-app-environment"
bucket_name: "the-target-S3-bucket"
#script: node testfile