File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
LEARN_AI_SYLLABUS_ENDPOINT : ${{ secrets.LEARN_AI_SYLLABUS_ENDPOINT_PROD }}
63
63
VERSION : ${{ github.sha }}
64
64
MITOL_API_LOGOUT_SUFFIX : ${{ secrets.MITOL_API_LOGOUT_SUFFIX_PROD }}
65
- run : |
65
+ run : | # NOTE: The --args must be comma separated and NOT have spaces
66
66
heroku container:push web \
67
67
--app $HEROKU_APP_NAME \
68
68
--recursive \
Original file line number Diff line number Diff line change 62
62
LEARN_AI_SYLLABUS_ENDPOINT : ${{ secrets.LEARN_AI_SYLLABUS_ENDPOINT_RC }}
63
63
VERSION : ${{ github.sha }}
64
64
MITOL_API_LOGOUT_SUFFIX : ${{ secrets.MITOL_API_LOGOUT_SUFFIX_RC }}
65
- run : |
65
+ run : | # NOTE: The --args must be comma separated and NOT have spaces
66
66
heroku container:push web \
67
67
--app $HEROKU_APP_NAME \
68
68
--recursive \
You can’t perform that action at this time.
0 commit comments