diff --git a/.github/workflows/postDOEproduction.yaml b/.github/workflows/postDOEproduction.yaml index dc3d686a..d1b77afd 100644 --- a/.github/workflows/postDOEproduction.yaml +++ b/.github/workflows/postDOEproduction.yaml @@ -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: @@ -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) !!! 🐕 🐕 🐕 🚀 " \ No newline at end of file + run: echo "🚀 Deploy successful - BLAST OFF WOO! (woot woot) !!! 🐕 🐕 🐕 🚀 "