mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-17 12:04:49 +00:00
deploy everything
This commit is contained in:
parent
058fee028f
commit
cf7d1abb83
1 changed files with 1 additions and 1 deletions
2
ci.py
2
ci.py
|
@ -14,7 +14,7 @@ APP_VERSION_FULL = yaml.safe_load(open("pubspec.yaml", "r"))['version']
|
||||||
APP_SEMVER = APP_VERSION_FULL[:APP_VERSION_FULL.find("+")]
|
APP_SEMVER = APP_VERSION_FULL[:APP_VERSION_FULL.find("+")]
|
||||||
APP_BUILD_ID = APP_VERSION_FULL[APP_VERSION_FULL.find("+"):][1::]
|
APP_BUILD_ID = APP_VERSION_FULL[APP_VERSION_FULL.find("+"):][1::]
|
||||||
|
|
||||||
HOST_MOUNTED_VOLUME = t"{HOST_HOME}/.local/share/containers/storage/volumes/src/_data"
|
HOST_MOUNTED_VOLUME = f"{HOST_HOME}/.local/share/containers/storage/volumes/src/_data"
|
||||||
|
|
||||||
def podman_offline(dir, *args):
|
def podman_offline(dir, *args):
|
||||||
subprocess.run(["podman", "run", "--rm", "--network=none", f"--workdir={dir}",
|
subprocess.run(["podman", "run", "--rm", "--network=none", f"--workdir={dir}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue