|
|
@ -34,6 +34,7 @@ deploy-job: |
|
|
- git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git |
|
|
- git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git |
|
|
script: |
|
|
script: |
|
|
- echo "Pushing to Public Repo..." |
|
|
- echo "Pushing to Public Repo..." |
|
|
|
|
|
- git update-ref -d refs/heads/deploy #delete branch deploy |
|
|
- git branch deploy |
|
|
- git branch deploy |
|
|
- git push -f gitea deploy:master |
|
|
- git push -f gitea deploy:master |
|
|
- echo "PMSI module pushed." |
|
|
- echo "PMSI module pushed." |