Skip to content

Commit

Permalink
Merge pull request #264 from GovAlta/alpha
Browse files Browse the repository at this point in the history
Hotfix Release - November 8 / 2024
  • Loading branch information
ArakTaiRoth authored Nov 8, 2024
2 parents cdeb098 + 93997b3 commit 29a7d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
VITE_AUTH_TOKEN: ${{ secrets.VITE_AUTH_TOKEN }}
run: |
npm run build
VITE_AUTH_TOKEN=${{secrets.VITE_AUTH_TOKEN}} npm run build
cp nginx.conf dist/
- name: Oc login
uses: redhat-actions/oc-login@v1
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
- name: Deploy Prod
run: |
oc project ui-components-prod
oc rollout latest dc/ui-components-docs
oc rollout latest dc/ui-components-docs

0 comments on commit 29a7d4f

Please sign in to comment.