Skip to content

Commit

Permalink
chore: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon authored and atomrc committed Mar 7, 2024
1 parent 8885b19 commit 7fce107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
- name: Build
run: |
if [ "$TAG" != "" ]; then
yarn bundle:prod
if [ "$TAG" != "staging" ]; then
yarn bundle:staging
else
yarn bundle:staging
yarn bundle:prod
fi
- name: Deploy staging build to Elastic Beanstalk
Expand Down

0 comments on commit 7fce107

Please sign in to comment.