Skip to content

Manages test servers on Digitalocean for Dokku pull requests

License

Notifications You must be signed in to change notification settings

dokku/test-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-servers

Manages test servers on Digitalocean for Dokku pull requests.

Requirements

  • curl
  • jq

Usage

# set the required environment variables
# - DIGITALOCEAN_TOKEN
# - DIGITALOCEAN_VPC_UUID
# - DIGITALOCEAN_PROJECT_ID
# - DIGITALOCEAN_SSH_KEY_ID
# - GITHUB_TOKEN

# create and destroy a server based on a PR
bin/create-test-droplet "5495"
bin/destroy-test-droplet "5495"

# create one for a given issue that installs latest dokku
bin/create-test-droplet 4782 "issue"
bin/destroy-test-droplet 4782 "issue"

# create a server from a source install
bin/create-test-droplet 4782 "source"
bin/destroy-test-droplet 4782 "source"

About

Manages test servers on Digitalocean for Dokku pull requests

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages