From 4d44cb2684d44cfd2c0512fac2d66163c871c3db Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 4 Sep 2021 20:38:49 -0700 Subject: [PATCH] Comment out better --- .github/workflows/main.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e31cef..6c34628 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,21 +1,20 @@ name: Build and deploy on: - {} - # push: - # branches: - # - master - # pull_request: - # branches: - # - master + push: + branches: + - master + pull_request: + branches: + - master concurrency: deploy jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Build and deploy - env: - AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} - AWS_REGION: us-west-1 - AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - run: tools/ci-ec2.bash + # - name: Build and deploy + # env: + # AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} + # AWS_REGION: us-west-1 + # AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + # run: tools/ci-ec2.bash