2.0.9 • Published 3 years ago

noodle-deploy v2.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

noodle-deploy

Overview

This tool abstracts out the deployment process for all of my projects. On each run it does the following:

  • Reads data form a Dynamo table about my projects, this will be used if I want to deploy a certain project to a different server
  • Generates a deployment script which include:
    • Pulling the latest vesion of the project
    • Any decryption of credentials that needs doing
    • Building the project
    • Running the project
  • Executes the above deployment script

Usage

noodle-deploy -s "secret" -p "project_name" -t "build/src/app.js";

Arguments

  • -s - The secret, required to access my Dynamo table, also used when executing the deployment script
  • -p - The name of the project
  • -t - The target that we want our deployment script to start running
  • -h - The help page
2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.1.0

3 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.19

4 years ago

1.0.20

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago