Skip to content

Commit

Permalink
updated branch config for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJ104 authored Sep 18, 2024
1 parent a996417 commit 3b4f164
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/postDOEproduction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

with:
ref: feat/PostDOE

- name: Install node
uses: actions/setup-node@v4
with:
Expand All @@ -33,7 +35,6 @@ jobs:
--prod
--env MONGODB_URI=${{ secrets.MONGODB_URI }}
--build-env MONGODB_URI=${{ secrets.MONGODB_URI }}
-b feat/PostDOE
- name: Success
run: echo "πŸš€ Deploy successful - BLAST OFF WOO! (woot woot) !!! πŸ• πŸ• πŸ• πŸš€ "
run: echo "πŸš€ Deploy successful - BLAST OFF WOO! (woot woot) !!! πŸ• πŸ• πŸ• πŸš€ "

0 comments on commit 3b4f164

Please sign in to comment.