Minro change to nightly.yaml

This commit is contained in:
Balazs Toldi 2023-08-14 10:49:48 +02:00
parent 6475b4808a
commit bb143cfecb
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58

View File

@ -59,9 +59,9 @@ steps:
- ls -lsR fdroid/repo - ls -lsR fdroid/repo
- git commit -m "autodeploy" - git commit -m "autodeploy"
- git remote remove origin - git remote remove origin
- git remote add origin https://Bazsalanszky:"$${GITEA_ACCESS_TOKEN}"@codeberg.org/Freeyourgadget/pages.git - git remote add origin https://Bazsalanszky:"$${GITEA_ACCESS_TOKEN}"@codeberg.org/Bazsalanszky/pages.git
# force push as we removed all data # force push as we removed all data
- git push -f origin master - git push -f origin main
- cd ../../ - cd ../../
- pwd - pwd
- ls -la - ls -la