2.0.9 • Published 4 years ago

noodle-deploy v2.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 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

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.1.0

4 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.19

5 years ago

1.0.20

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago