|
|
|
@ -31,9 +31,9 @@ deploy-job: |
|
|
|
## Set the git user name and email |
|
|
|
- git config --global user.email "bender@ctisante.com" |
|
|
|
- git config --global user.name "bender" |
|
|
|
script: |
|
|
|
- echo "Initializing Git..." |
|
|
|
- git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git |
|
|
|
script: |
|
|
|
- echo "Pushing to Public Repo..." |
|
|
|
- git branch |
|
|
|
- git push -f gitea main:master |
|
|
|
- echo "Application pushed." |
|
|
|
- echo "PMSI module pushed." |