Created
May 16, 2019 13:04
-
-
Save jacobmischka/3167b41bf43c6ba2d5da831d40e7527b to your computer and use it in GitHub Desktop.
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
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