Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Version 0.0.12
Browse files Browse the repository at this point in the history
* safely deploy to 2015.linguagil.com.br
  • Loading branch information
mauriciovieira committed Jan 19, 2015
1 parent 8661284 commit 5393ba4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ module.exports = function (grunt) {
prod: {
options: {
src: '<%= yeoman.dist %>/',
dest: '/home/linguagil/linguagil.com.br/',
dest: '/home/linguagil/2015.linguagil.com.br/',
host: '[email protected]',
syncDestIgnoreExcl: true
}
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Linguagil2015",
"version": "0.0.11",
"version": "0.0.12",
"homepage": "http://github.com/linguagil/2015.linguagil.com.br.git",
"authors": [
"Mauricio Vieira <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Linguagil2014",
"version": "0.0.10",
"version": "0.0.12",
"repository": {
"type": "git",
"url": "http://github.com/linguagil/2015.linguagil.com.br.git"
Expand Down Expand Up @@ -48,5 +48,6 @@
"postinstall": "bower install",
"start": "grunt serve",
"test": "grunt travis --verbose"
"deploy": "grunt deploy"
}
}

0 comments on commit 5393ba4

Please sign in to comment.