Skip to content

Commit

Permalink
Merge pull request #35 from BrownUniversity/dev
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 5e062bf + c306253 commit cb8faab
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 cb8faab

Please sign in to comment.