-
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.
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 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,16 +1,16 @@ | ||
name: 'Get Droplet IPs' | ||
description: 'Get the IPs to deploy to using tags' | ||
name: "Get Droplet IPs" | ||
description: "Get the IPs to deploy to using tags" | ||
inputs: | ||
digital-ocean-key: | ||
description: 'The API KEY for DO' | ||
description: "The API KEY for DO" | ||
required: true | ||
tags: | ||
description: The tags of the servers | ||
tag: | ||
description: The tag of the servers to fetch | ||
required: true | ||
|
||
outputs: | ||
server_ips: # id of output | ||
description: 'The IPs that match the provided tags' | ||
description: "The IPs that match the provided tags" | ||
runs: | ||
using: 'node16' | ||
main: 'index.js' | ||
using: "node16" | ||
main: "index.js" |
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