Skip to content

Commit

Permalink
chore: Fix manual deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Aug 15, 2023
1 parent ca84e53 commit eb4fd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
DEPLOYMENT_RECOVERY_TIMEOUT_SECONDS: 150
AWS_APPLICATION_NAME: Account
AWS_BUILD_ZIP_PATH: server/dist/s3/ebs.zip
AWS_BUILD_ZIP_PATH: wire-account.zip
steps:
- name: Print environment variables
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install JS dependencies
run: yarn --immutable
- name: Build
run: yarn build:prod
run: yarn bundle:prod
- name: Deploy to Elastic Beanstalk
uses: einaregilsson/beanstalk-deploy@v21
with:
Expand Down

0 comments on commit eb4fd5b

Please sign in to comment.