Explicitly re-add the repo SSH origin and push.

Committing alone doesn't seem to suffice in the build-ui Drone CI step.
This commit is contained in:
Fabio Manganiello 2023-08-06 23:40:35 +02:00
parent bd49e460d5
commit 6453b7d391
Signed by untrusted user: blacklight
GPG key ID: AD6D273C08B82EC9

View file

@ -135,6 +135,9 @@ steps:
- git config user.signingkey $PGP_KEY_ID - git config user.signingkey $PGP_KEY_ID
- git add dist - git add dist
- git commit dist -S -m "[Automatic] Updated UI files" --no-verify - git commit dist -S -m "[Automatic] Updated UI files" --no-verify
- git remote rm origin
- git remote add origin git@git.platypush.tech:platypush/platypush.git
- git push origin master
- name: update-arch-packages - name: update-arch-packages
image: python:3.11-alpine image: python:3.11-alpine