development #7

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

View file

@ -73,28 +73,6 @@ jobs:
echo "version_changed=false" >> "$GITHUB_OUTPUT"
fi
# mirror:
# runs-on: docker
# needs: [build-and-test, check-version]
# container:
# image: node:20-alpine
# steps:
# - name: Instalando dependencias
# run: |
# apk add git
# - name: Checkout código
# uses: actions/checkout@v4
# with:
# fetch-depth: 0 # ✅ clone completo
# - name: Push para o repositório espelho
# run: |
# git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
# git push --force bitbucket HEAD
# env:
# BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
publish-staging:
runs-on: docker
needs: [mirror]