Skip to content

Commit

Permalink
Merge pull request #18 from open-source-labs/gitHubActionsInit
Browse files Browse the repository at this point in the history
test again after rebuild of environment
  • Loading branch information
troutman21 authored Oct 18, 2023
2 parents 2042403 + 30a7999 commit 11c75d9
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 @@ -25,7 +25,7 @@ jobs:
run: npm run build

- name: create zip deployment package
run: zip -r deploy_package3.zip .next pages public styles *.json *.js *.ts
run: zip -r deploy_package.zip .next pages public styles *.json *.js *.ts

- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v21
Expand All @@ -37,4 +37,4 @@ jobs:
version_label: "ver-${{ github.sha }}"
existing_bucket_name: seeqr-splash-page-deploy
region: us-west-1
deployment_package: nodejs.zip
deployment_package: deploy_package.zip

0 comments on commit 11c75d9

Please sign in to comment.