development #7

Merged
leandro merged 13 commits from development into master 2025-05-30 15:48:18 +00:00
Showing only changes of commit e92b31ce1c - Show all commits

View file

@ -73,27 +73,27 @@ jobs:
echo "version_changed=false" >> "$GITHUB_OUTPUT" echo "version_changed=false" >> "$GITHUB_OUTPUT"
fi fi
mirror: # mirror:
runs-on: docker # runs-on: docker
needs: [build-and-test, check-version] # needs: [build-and-test, check-version]
container: # container:
image: node:20-alpine # image: node:20-alpine
steps: # steps:
- name: Instalando dependencias # - name: Instalando dependencias
run: | # run: |
apk add git # apk add git
- name: Checkout código # - name: Checkout código
uses: actions/checkout@v4 # uses: actions/checkout@v4
with: # with:
fetch-depth: 0 # ✅ clone completo # fetch-depth: 0 # ✅ clone completo
- 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 --force bitbucket HEAD # git push --force bitbucket HEAD
env: # env:
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }} # BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
publish-staging: publish-staging:
runs-on: docker runs-on: docker