update_again
All checks were successful
Test Gitea Secrets / deploy-to-modal (push) Successful in 19s
All checks were successful
Test Gitea Secrets / deploy-to-modal (push) Successful in 19s
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
FIRST_5=$(echo "$MODAL_TOKEN_ID" | cut -c1-5)
|
FIRST_5=$(echo "$MODAL_TOKEN_ID" | cut -c1-5)
|
||||||
echo "DEBUG: First 5 chars are: '$FIRST_5'"
|
echo "DEBUG: First 5 chars are: '$FIRST_5'"
|
||||||
cd workspace/sprint_1_2/CODEBASE/deps/implementation
|
cd workspace/sprint_1_2/CODEBASE/deps/implementation
|
||||||
modal deploy test_worker.py
|
modal deploy test_worker.py
|
||||||
env:
|
env:
|
||||||
# This maps the Gitea Repository Secret to an Environment Variable
|
# This maps the Gitea Repository Secret to an Environment Variable
|
||||||
MODAL_TOKEN_ID: ${{ secrets.MODAL_KEY }}
|
MODAL_TOKEN_ID: ${{ secrets.MODAL_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user