Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
sgmap deviens betagouv
Browse files Browse the repository at this point in the history
  • Loading branch information
sirignano committed Jan 18, 2018
1 parent 779d5bc commit 8e47951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy_formation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -u

# Récupère le nom de la remote principale du projet (généralement 'origin' ou 'upstream')
function remote_name {
git remote -v | grep "github.com.sgmap" | head -n 1 | cut -f 1
git remote -v | grep "github.com.betagouv" | head -n 1 | cut -f 1
}

# Vérifie qu'aucun fichier n'est modifié sans être committé.
Expand Down Expand Up @@ -75,7 +75,7 @@ function perform_merge {
echo
echo "Les commits ont été mergées dans '${target_branch}'."
echo "CircleCI va maintenant tester et déployer le commit sur l'environnement de démo."
echo "Vous pouvez suivre la progression du déploiement sur https://circleci.com/gh/sgmap/mpal/tree/${target_branch}"
echo "Vous pouvez suivre la progression du déploiement sur https://circleci.com/gh/betagouv/mpal/tree/${target_branch}"
}

# Configuration des branches
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

# Récupère le nom de la remote principale du projet (généralement 'origin' ou 'upstream')
function remote_name {
git remote -v | grep "github.com.sgmap" | head -n 1 | cut -f 1
git remote -v | grep "github.com.betagouv" | head -n 1 | cut -f 1
}

# Vérifie que le repo se trouve bien sur la branche à tagger en production.
Expand Down

0 comments on commit 8e47951

Please sign in to comment.