Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created May 31, 2016 05:45
Show Gist options
  • Select an option

  • Save WyriHaximus/53f0ba35fe48045209ae801f27cc350d to your computer and use it in GitHub Desktop.

Select an option

Save WyriHaximus/53f0ba35fe48045209ae801f27cc350d to your computer and use it in GitHub Desktop.
machine:
php:
version: 7.0.4
dependencies:
cache_directories:
- vendor
- ~/.composer/cache
- composer install --no-scripts --no-progress
deployment:
production:
tag: /.*/
commands:
- vendor/bin/sculpin generate --env=prod || ( echo "Could not generate the site" && exit )
- aws s3 sync output_prod/ s3://blogwyrihaximusnet/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment