Philipp Hörist pushed to branch pyproject at gajim / python-nbxmpp


Commits:
5530446e by Philipp Hörist at 2023-01-18T23:08:40+01:00
ci: Test deploy

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -46,3 +46,18 @@ deploy-pypi:
   script:
     - python3 .ci/deploy.py
     - twine upload --username=__token__ --password=$PYPI_TOKEN dist/*
+
+deploy-debian:
+  stage: deploy
+  dependencies:
+    - build-linux
+  # rules:
+  #   - if: '$NIGHTLY_BUILD'
+  script:
+    - >
+      release-helper deploy-to-ftp \
+        --host=$FTP_HOST \
+        --user=$FTP_USER \
+        --password=$FTP_PASS \
+        --directory=debian/"$(date +'%Y%m%d')" \
+        debian_build



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5530446e866639b61f66c43a3d37c1aec0a26082

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5530446e866639b61f66c43a3d37c1aec0a26082
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to