From 4a68dada35ea901e8abb6a69f6d31f66518343ff Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sat, 1 Jun 2019 18:26:03 -0700 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 2b587ae..4c38a5c 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -4,15 +4,10 @@ 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" -} - action "GitHub Action for AWS" { uses = "actions/aws/cli@efb074ae4510f2d12c7801e4461b65bf5e8317e6" needs = ["Docker build, tag, and push"]