From e8987391d388b93e16d0b7d971b95c754abb64d7 Mon Sep 17 00:00:00 2001 From: Phillip Troutman Date: Wed, 18 Oct 2023 13:16:40 -0700 Subject: [PATCH] update and test --- .github/workflows/deploy.yaml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 432dd85..2fbb977 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,29 +37,4 @@ jobs: version_label: "ver-${{ github.sha }}" existing_bucket_name: seeqr-splash-page-deploy region: us-west-1 - deployment_package: nodejs.zip - - - - # - name: configure aws credentials - # uses: aws-actions/configure-aws-credentials@v4 - # with: - # aws-access-key-id: ${{ secrets.ACCESS_KEY_ID }} - # aws-secret-access-key: ${{ secrets.SECRET_ACCESS_KEY }} - # aws-region: "us-west-1" - - # - name: upload deployment package to s3 bucket - # run: aws s3 cp deploy_package_fromAction.zip s3://seeqr-splash-page-deploy/ - - - - # - name: Create new ElasticBeanstalk Application Version - # run: | - # aws elasticbeanstalk create-application-version \ - # --application-name SeeQR-Website \ - # --source-bundle S3Bucket="seeqr-splash-page-deploy",S3Key="deploy_package.zip" \ - # --version-label "ver-${{ github.sha }}" \ - # --description "commit-sha-${{ github.sha }}" - - # - name: Deploy New ElasticBeanstalk Application Version - # run: aws elasticbeanstalk update-environment --environment-name SeeQR-Website-env --version-label "ver-${{ github.sha }}" \ No newline at end of file + deployment_package: nodejs.zip \ No newline at end of file