Skip to content

Commit

Permalink
github sha pass to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmanczak committed Jul 14, 2024
1 parent 449fce2 commit ae4aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
run: |
docker stop rustapi || true
docker rm rustapi || true
docker run -d -p 2004:2004 -v sqlite:/sqlite -e DBPATH=/sqlite/sqlite.db --name rustapi --restart always rustapi
docker run -d -p 2004:2004 -v sqlite:/sqlite -e DBPATH=/sqlite/sqlite.db -e GITHUB_SHA=$GITHUB_SHA --name rustapi --restart always rustapi

0 comments on commit ae4aa6c

Please sign in to comment.