Update main.workflow

pull/106/head
Alex Kern 7 years ago committed by GitHub
parent 5a524c5f6f
commit 3c54e4dd63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,11 @@ workflow "Build on push" {
} }
action "Docker build, tag, and push" { action "Docker build, tag, and push" {
resolves = ["AWS deployment"]
uses = "pangzineng/Github-Action-One-Click-Docker@master" uses = "pangzineng/Github-Action-One-Click-Docker@master"
secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"] secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"]
} }
action "AWS deployment" {
uses = "actions/aws/cli@efb074ae4510f2d12c7801e4461b65bf5e8317e6"
}

Loading…
Cancel
Save