Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcristo committed Apr 28, 2023
1 parent f7b8ebc commit 33dbddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker-run:
docker run --env OPENAI_API_KEY --publish 8080:8080 "$(just docker-build-quiet)"

deploy:
fly deploy --build-arg
fly deploy --build-arg COMMIT_SHA="{{COMMIT_SHA}}"

logs:
fly logs

0 comments on commit 33dbddb

Please sign in to comment.