Skip to content

Commit

Permalink
Merge pull request #17 from open-source-labs/gitHubActionsInit
Browse files Browse the repository at this point in the history
update and test
  • Loading branch information
troutman21 committed Oct 18, 2023
2 parents 26ea0b7 + e898739 commit 2042403
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
deployment_package: nodejs.zip

0 comments on commit 2042403

Please sign in to comment.