Compare commits
7 commits
6a22efce1a
...
859f5f4497
| Author | SHA1 | Date | |
|---|---|---|---|
| 859f5f4497 | |||
| 3e2140fda7 | |||
| 723d9c7205 | |||
| b849cfa3df | |||
| e3779a73ff | |||
| d641711ecf | |||
| e7d93e2850 |
2 changed files with 3 additions and 3 deletions
|
|
@ -86,8 +86,8 @@ steps:
|
|||
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
|
||||
RENOVATE_TOKEN:
|
||||
from_secret: RENOVATE_TOKEN
|
||||
#GITHUB_COM_TOKEN:
|
||||
# from_secret: GITHUB_COM_TOKEN
|
||||
GITHUB_COM_TOKEN:
|
||||
from_secret: GITHUB_COM_TOKEN
|
||||
commands:
|
||||
# https://github.com/renovatebot/renovate/discussions/15049
|
||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||
|
|
|
|||
2
Justfile
2
Justfile
|
|
@ -39,7 +39,7 @@ build-docker-container:
|
|||
|
||||
# This is meant for debugging the container build process only.
|
||||
run-docker-container: build-docker-container
|
||||
podman run -e "SECRET_KEY_BASE=ahK8BeiDaibaige1ahkooS0chie9lo7the7uuzar0eeBeeCh2iereteshee2Oosu" -e='DATABASE_URL=postgres://postgres@localhost:5432/mv_dev' -e='PORT=4040' -e='PHX_HOST=localhost' --network=host mitgliederverwaltung
|
||||
docker run -e "SECRET_KEY_BASE=ahK8BeiDaibaige1ahkooS0chie9lo7the7uuzar0eeBeeCh2iereteshee2Oosu" -e='DATABASE_URL=postgres://postgres@localhost:5432/mv_dev' -e='PORT=4040' -e='PHX_HOST=localhost' --network=host mitgliederverwaltung
|
||||
|
||||
# Usage:
|
||||
# just regen-migrations migration_name [commit_hash]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue