diff --git a/.github/main.workflow b/.github/main.workflow index 404caf6..3731bfb 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -4,6 +4,11 @@ workflow "Build on push" { } action "Docker build, tag, and push" { + resolves = ["AWS deployment"] uses = "pangzineng/Github-Action-One-Click-Docker@master" secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"] } + +action "AWS deployment" { + uses = "actions/aws/cli@efb074ae4510f2d12c7801e4461b65bf5e8317e6" +}