|
|
@ -31,7 +31,7 @@ deploy-job: |
|
|
## Set the git user name and email |
|
|
## Set the git user name and email |
|
|
- git config --global user.email "bender@ctisante.com" |
|
|
- git config --global user.email "bender@ctisante.com" |
|
|
- git config --global user.name "bender" |
|
|
- git config --global user.name "bender" |
|
|
- git remote add gitea git@gitea.ctisante.com:ymi/activite-gitlab.git |
|
|
|
|
|
|
|
|
- git remote add gitea git@gitea.ctisante.com:cti/activite-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 update-ref -d refs/heads/deploy #delete branch deploy |
|
|
|