Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Fix script release-publish and increase version number (#196)
Browse files Browse the repository at this point in the history
[#196] [INFRA] Correction du script de livraison release-publish
  • Loading branch information
jbuget committed Dec 7, 2016
1 parent be5af26 commit 495703e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pix-api",
"version": "2.1.0",
"version": "2.1.1",
"description": "Plateforme d'évaluation et de certification des compétences numériques à l'usage de tous les citoyens francophones",
"main": "server.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion live/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pix-live",
"version": "2.1.0",
"version": "2.1.1",
"description": "Plateforme d'évaluation et de certification des compétences numériques à l'usage de tous les citoyens francophones.",
"private": true,
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pix",
"version": "2.1.0",
"version": "2.1.1",
"description": "Plateforme d'évaluation et de certification des compétences numériques des citoyens francophones.",
"author": "Team PIX",
"license": "AGPL-3.0",
Expand Down
3 changes: 2 additions & 1 deletion scripts/release-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ if git rev-parse --quiet --verify $GH_PAGES_BRANCH > /dev/null;
then
git branch -D $GH_PAGES_BRANCH
fi
git checkout -b $GH_PAGES_BRANCH origin/gh-pages
git checkout master
echo -e "You are now on branch ${YELLOW}master${RESET_COLOR}.\n"

# Deploy the application into production
npm run deploy:production
Expand Down

0 comments on commit 495703e

Please sign in to comment.