Skip to content

Commit

Permalink
Merge pull request #36 from BrownUniversity/qa
Browse files Browse the repository at this point in the history
fix login secret typo in prod
  • Loading branch information
brtduvally authored Aug 4, 2023
2 parents 979bb34 + cb8faab commit 5bf67db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
touch files/robot.prod
echo "$PBKPI_KUBECONF" > files/bkpi.yaml
echo "$PBKPD_KUBECONF" > files/bkpd.yaml
echo "$ROBOT_PROD" > files/robot.PROD
echo "$ROBOT_PROD" > files/robot.prod
-
name: Build
run: make build
Expand Down

0 comments on commit 5bf67db

Please sign in to comment.