mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
deploy everything
This commit is contained in:
parent
9cf4ab9e07
commit
cc5e95be09
|
@ -32,6 +32,7 @@ AppDir:
|
|||
include:
|
||||
- libjsoncpp-dev
|
||||
- libsecret-1-0
|
||||
- xdg-desktop-portal
|
||||
test:
|
||||
fedora-30:
|
||||
image: appimagecrafters/tests-env:fedora-30
|
||||
|
|
2
ci.py
2
ci.py
|
@ -47,7 +47,7 @@ def deploy_gitea_release():
|
|||
|
||||
def deploy_fdroid_repo():
|
||||
subprocess.run(["scp", "-r", f"{HOST_HOME}/fdroid/repo/*",
|
||||
"deployer@production:/var/www/fdroid.selfprivacy.org"])
|
||||
"deployer@selfprivacy.org:/var/www/fdroid.selfprivacy.org"])
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser()
|
||||
|
|
Loading…
Reference in a new issue