Browse Source

Mettre à jour le fichier .gitlab-ci.yml

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

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

@ -33,11 +33,7 @@ deploy-job:
- git config --global user.name "bender" - git config --global user.name "bender"
script: script:
- echo "Initializing Git..." - echo "Initializing Git..."
- git init
- git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git - git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git
- echo "Commiting changes..."
- git add .
- git commit -m "PMSI Release"
- echo "Pushing to Public Repo..." - echo "Pushing to Public Repo..."
- git push -f gitea master - git push -f gitea master
- echo "Application pushed." - echo "Application pushed."

Loading…
Cancel
Save