deploy everything

pull/112/head
Alya Sirko 2022-09-10 05:40:50 +03:00
parent 9cf4ab9e07
commit cc5e95be09
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -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()