1.1.0 • Published 7 years ago

screeps-deploy v1.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

screeps-deploy

This simple node app deploys code for screeps.

You will need to create a config.js file that looks something like this:

{
  userName: "UserFoo",
  password: "passBar",
  path: "/Users/screepsplayer/projects/screeps",
  branch: "default",
}

branch refers to which Screeps branch you want to deploy to.

Output looks something like this:

Updating code on screeps...
Path: /Users/screepsplayer/projects/screeps
Done reading 86 files.
Updating code on screeps for screepsplayer
Response started...
Status: 200
Response ended.
Response: {"ok":1,"timestamp":1505676329309}

You can set the ENV variable to a fully qualified path and file to specify a configuration location.

For example, you could add this to your .bashRC:

export SCREEPSDEPLOY_CONFIG_PATH="${HOME}/.screeps-deploy/config.js"
1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago