Skip to content

Commit

Permalink
add basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
freemvmt committed May 8, 2024
1 parent b9b33bd commit 2ae551f
Show file tree
Hide file tree
Showing 5 changed files with 35,101 additions and 3,272 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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.

## v2

Teardown should now work on DNS records!
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ outputs:
instance:
description: "object of created instance"
runs:
using: "node18"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit 2ae551f

Please sign in to comment.