Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created May 16, 2019 13:04
Show Gist options
  • Save jacobmischka/3167b41bf43c6ba2d5da831d40e7527b to your computer and use it in GitHub Desktop.
Save jacobmischka/3167b41bf43c6ba2d5da831d40e7527b to your computer and use it in GitHub Desktop.
workflow "New workflow" {
on = "push"
resolves = ["maddox/actions/ssh@master"]
}
action "maddox/actions/ssh@master" {
uses = "maddox/actions/ssh@master"
args = "/root/update.sh"
secrets = ["HOST", "USER", "PUBLIC_KEY", "PRIVATE_KEY"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment