feat: mirror to bitbucket #4

Merged
leandro merged 7 commits from development into master 2025-05-28 15:38:56 +00:00
Showing only changes of commit 522f4103bb - Show all commits

View file

@ -130,6 +130,6 @@ jobs:
- name: Push para o repositório espelho - name: Push para o repositório espelho
run: | run: |
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
git push --mirror bitbucket git push bitbucket HEAD
env: env:
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }} BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}