Browse Source

Mettre à jour le fichier .gitlab-ci.yml

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

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

@ -35,5 +35,5 @@ deploy-job:
- echo "Initializing Git..."
- git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git
- echo "Pushing to Public Repo..."
- git push -f gitea master
- git push -f gitea main:master
- echo "Application pushed."

Loading…
Cancel
Save