Compare commits
No commits in common. "fc6fcc886b46865181cafe22eea68ae43260826e" and "9723a316ac3a8b6b37ed94ade4ae7296e4c113a7" have entirely different histories.
fc6fcc886b
...
9723a316ac
1 changed files with 4 additions and 17 deletions
|
@ -115,23 +115,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
mirror:
|
finish-deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
needs: [build-and-test, check-version]
|
||||||
image: node:20-alpine
|
|
||||||
steps:
|
steps:
|
||||||
- name: Instalando dependencias
|
- name: finish
|
||||||
run: |
|
run: |
|
||||||
apk add git
|
echo "OK Done".
|
||||||
|
|
||||||
- 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 }}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue