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 154cdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 154cdc5

Please sign in to comment.