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 d46ef63653 - Show all commits

View file

@ -120,12 +120,15 @@ jobs:
container:
image: node:20-alpine
steps:
- name: Instalando dependencias
run: |
apk add git
- name: Checkout código
uses: actions/checkout@v4
- name: Push para o repositório espelho
run: |
apk add git
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
git push --mirror bitbucket
env: