Skip to content

Commit

Permalink
undo release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Jan 28, 2025
1 parent 3adf91c commit 0c6ca57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ build:
worker: math/Dockerfile
# build and release static assets (js, index.html, etc)
#release: Dockerfile
release:
image: web
command:
- echo "provisioning gcloud" # You can add other release commands if needed
- printf "%s" "$JIGSAW_SERVICE_ACCT" > /app/llm-service-account.json
- gcloud auth activate-service-account --key-file=/app/llm-service-account.json
# release:
# image: web
# command:
# - echo "provisioning gcloud" # You can add other release commands if needed
# - printf "%s" "$JIGSAW_SERVICE_ACCT" > /app/llm-service-account.json
# - gcloud auth activate-service-account --key-file=/app/llm-service-account.json
#release:
#image: release
#command:
Expand Down

0 comments on commit 0c6ca57

Please sign in to comment.