-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address PR comments: prettify consistently, require all inputs, impro…
…ve README, add missing types for vultr-node, rebuild dist accept operating system input by name (os_type) rather than Vultr ID
- Loading branch information
Showing
11 changed files
with
1,169 additions
and
743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# vultr-action | ||
|
||
This script creates and destroys pizzas on Vultr - that is, an instance and associated DNS records. | ||
|
||
It uses a dedicated node client called [vultr-node](https://github.com/vultr/vultr-node) to interact with the Vultr API. | ||
This Github Action creates and destroys instances, and associated DNS records, on the Vultr cloud service. | ||
|
||
## v2 | ||
|
||
Teardown should now work on DNS records! | ||
The latest major version of this action uses a dedicated node client called [vultr-node](https://github.com/vultr/vultr-node) to interact with the Vultr API. | ||
|
||
It includes a fix to the teardown of DNS records, which was previously unreliable. | ||
|
||
There are some breaking changes in terms of the inputs required (e.g. improved naming consistency, operating system submitted by name rather than ID). | ||
|
||
### operating systems | ||
|
||
A constant defining the operating systems currently supported by this action can be found in `src/common.ts`. You can get a full list of Vultr OS options from the CLI with the command `vultr-cli os list`. Please open a PR if you want to use this action to spin up an OS not included there. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.