Browse Source

Mettre à jour le fichier .gitlab-ci.yml

master
Yann Michel 2 months ago
parent
commit
e7ec114160
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .gitlab-ci.yml

+ 3
- 3
.gitlab-ci.yml View File

@ -31,9 +31,9 @@ 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"
script:
- echo "Initializing Git..."
- 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:
- echo "Pushing to Public Repo..." - echo "Pushing to Public Repo..."
- git branch
- git push -f gitea main:master - git push -f gitea main:master
- echo "Application pushed."
- echo "PMSI module pushed."

Loading…
Cancel
Save