Update main.workflow

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

@ -8,7 +8,7 @@ action "Docker build, tag, and push" {
secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"]
}
action "GitHub Action for AWS" {
action "AWS deploy" {
uses = "actions/aws/cli@efb074ae4510f2d12c7801e4461b65bf5e8317e6"
needs = ["Docker build, tag, and push"]
secrets = [

Loading…
Cancel
Save