Sha256: c7d87329b8a4d0204084511d1484f4b402608d225d42da291aa5a335bce9bdbc
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
- tasks: cleanup: - rm -rf build local-rsync pull-rsync pull-s3 .deploy pull-git local-git pull-s3 remote-rsync reset: - cleanup - cp -r source/ _site - ruby _garbage.rb - title: Test local Rsync before: - reset - octopress deploy init rsync --dir local-rsync --config _rsync_deploy_local.yml --force - octopress deploy --config _rsync_deploy_local.yml compare: _site local-rsync - title: Test remote Rsync before: - reset - octopress deploy --config _rsync_deploy.yml - octopress deploy pull pull-rsync --config _rsync_deploy.yml compare: _site pull-rsync - title: Test local Git before: - reset - git init --bare local-git - octopress deploy init git --branch test_git_deploy --url ./local-git --dir site --config _git_deploy_local.yml --force - octopress deploy --config _git_deploy_local.yml - octopress deploy pull pull-git --config _git_deploy_local.yml - rm -rf pull-git/.git compare: _site pull-git/site - title: Test remote Git before: - reset - octopress deploy init git --branch test_git_deploy --url git@github.com:octopress/deploy --config _git_deploy.yml --force - octopress deploy --config _git_deploy.yml - octopress deploy pull pull-git --config _git_deploy.yml - rm -rf pull-git/.git compare: _site pull-git - title: Test S3 before: - reset - octopress deploy s3 --config _s3_deploy.yml - octopress deploy pull pull-s3 --config _s3_deploy.yml compare: _site pull-s3 after: cleanup
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
octopress-deploy-1.0.5 | test/_clash.yml |