Skip to content

Commit

Permalink
Merge pull request #13 from open-source-labs/gitHubActionsInit
Browse files Browse the repository at this point in the history
test from action to S3 bucket
  • Loading branch information
troutman21 authored Oct 18, 2023
2 parents b7a1642 + 21f55a4 commit 9853e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# create zip file to be stored in amazon s3 bucket
- name: Create ZIP Deployment Package
run: zip -r deploy_package.zip .next pages public styles *.json *.js *.ts
run: zip -r deploy_package_fromAction.zip .next pages public styles *.json *.js *.ts

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -41,7 +41,7 @@ jobs:
aws-region: "us-west-1"

- name: Upload Package to S3 Bucket
run: aws s3 cp deploy_package.zip s3://seeqr-splash-page-deploy/
run: aws s3 cp deploy_package_fromAction.zip s3://seeqr-splash-page-deploy/

# - name: Create new ElasticBeanstalk Application Version
# run: |
Expand Down

0 comments on commit 9853e33

Please sign in to comment.