Browse Source

Mettre à jour le fichier .gitlab-ci.yml

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

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

@ -34,6 +34,6 @@ deploy-job:
- git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git
script:
- echo "Pushing to Public Repo..."
- git branch
- git push -f gitea master
- git branch deploy
- git push -f gitea deploy:master
- echo "PMSI module pushed."

Loading…
Cancel
Save