Browse Source

Mettre à jour le fichier .gitlab-ci.yml

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

+ 1
- 0
.gitlab-ci.yml View File

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

Loading…
Cancel
Save