|
|
|
@ -33,11 +33,7 @@ deploy-job: |
|
|
|
- git config --global user.name "bender" |
|
|
|
script: |
|
|
|
- echo "Initializing Git..." |
|
|
|
- git init |
|
|
|
- git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git |
|
|
|
- echo "Commiting changes..." |
|
|
|
- git add . |
|
|
|
- git commit -m "PMSI Release" |
|
|
|
- echo "Pushing to Public Repo..." |
|
|
|
- git push -f gitea master |
|
|
|
- echo "Application pushed." |