green-deployer
v0.1.47
Published
* windows: %appdata%/green-deployer-conf.js * linux: /etc/green-deployer-conf.js
Downloads
212
Readme
yarn global add green-deployer
config file:
- windows: %appdata%/green-deployer-conf.js
- linux: /etc/green-deployer-conf.js
example:
module.exports= {
"example":{
"path":"/home/example",
"source":{
"type":"s3",
"bucket":"gcs-deployment",
"key":x=>`ems-warehouse/${x}.zip`,
"lastVersionKey":"ems-warehouse/lastVersion"
}
}
}
path
- where will be deployed appsource
- wfrom where download appsource.type
- now available:s3
- AWS S3source.bucket
- s3 bucket namesource.key
- function, that gives path for given versionsource.lastVersionKey
- path for file contains name of last version
cli
listenQueue queueUrl region
Listen for changes in AWS SQS