Compare commits
1 Commits
v202602281
...
v7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
710624f417 |
@@ -319,6 +319,7 @@ def git_pull_and_sync() -> None:
|
|||||||
|
|
||||||
logger.info("New tag %s available (current: %s) — deploying", latest, current)
|
logger.info("New tag %s available (current: %s) — deploying", latest, current)
|
||||||
run_shell(f"git checkout --detach {latest}")
|
run_shell(f"git checkout --detach {latest}")
|
||||||
|
run_shell("sops --input-type dotenv --output-type dotenv -d .env.prod.sops > .env")
|
||||||
run_shell("uv sync --all-packages")
|
run_shell("uv sync --all-packages")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user