0.1.32 • Published 1 month ago

green-deployer v0.1.32

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago
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 app
  • source - wfrom where download app
    • source.type - now available: s3 - AWS S3
    • source.bucket - s3 bucket name
    • source.key - function, that gives path for given version
    • source.lastVersionKey - path for file contains name of last version

cli

listenQueue queueUrl region

Listen for changes in AWS SQS

0.1.30

1 month ago

0.1.31

1 month ago

0.1.32

1 month ago

0.1.27

1 month ago

0.1.28

1 month ago

0.1.29

1 month ago

0.1.22

6 months ago

0.1.23

6 months ago

0.1.24

6 months ago

0.1.25

6 months ago

0.1.26

6 months ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

10.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago