https://github.com/vroudge/gulp-s3-deploy
Deploy easily to s3 using nothing but gulp!
https://github.com/vroudge/gulp-s3-deploy
Last synced: 2 months ago
JSON representation
Deploy easily to s3 using nothing but gulp!
- Host: GitHub
- URL: https://github.com/vroudge/gulp-s3-deploy
- Owner: vroudge
- License: apache-2.0
- Created: 2016-03-09T07:36:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T10:37:16.000Z (over 9 years ago)
- Last Synced: 2025-02-05T06:34:08.412Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-s3-deploy
Deploy easily to s3 using nothing but gulp!# how to:
Just fill in the config file :)
And then
`Usage: gulp deploy -repo [string] -to [string] -on [string]`
Options (required, for now):
-r, --repo Repository Name (on github, for now)
-t, --to 'aws' is the only option at the moment
-o, --on For builds, if you have various envs in builds/envNameHereExemples:
gulp deploy --repo payments --to aws
--on ppd --skip-installYou can use --skip-install to not install npm modules and you can use --branch name-of-branch to send only a specified branch of the repo.