Skip to content

Commit

Permalink
deploy na aws
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeleusin committed Sep 30, 2014
1 parent bf64393 commit 675cf9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulp/tasks/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gulp.task('deploy', function () {
.pipe($.s3({
key: args.awsAccessKey || process.env.AWS_ACCESS_KEY,
secret: args.awsSecretKey || process.env.AWS_SECRET_KEY,
bucket: 'saidacerta.com',
bucket: 'www.saidacerta.com',
region: 'us-east-1'
}));
});
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Site do Saída Certa",
"name": "saidacerta-site",
"version": "1.0.0",
"private": true,
"engines": {
Expand All @@ -14,7 +14,7 @@
"connect": "^2.16.2",
"connect-livereload": "^0.4.0",
"debowerify": "^0.7.1",
"gulp": "3.6.2",
"gulp": "^3.6.2",
"gulp-autoprefixer": "^0.0.7",
"gulp-cache": "^0.1.11",
"gulp-changed": "^0.3.0",
Expand All @@ -41,7 +41,8 @@
"mocha": "^1.19.0",
"opn": "^0.1.1",
"should": "^3.3.1",
"vinyl-source-stream": "^0.1.1"
"vinyl-source-stream": "^0.1.1",
"yargs": "^1.3.1"
},
"dependencies": {
"jquery": "^2.1.1",
Expand Down

0 comments on commit 675cf9b

Please sign in to comment.