2.0.9 • Published 5 years ago

noodle-deploy v2.0.9

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

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.1.0

5 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.19

6 years ago

1.0.20

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago