Sha256: 43d50018f82ed44a39a84b3817878ae87923457aa2f758d633600c38228d96ad
Contents?: true
Size: 636 Bytes
Versions: 6
Compression:
Stored size: 636 Bytes
Contents
Feature: Can deploy a website to a remote server via rsycn In order to promote and educate people about this project As a website maintainer I want a simple helper to generate and push a website to a remote server Scenario: Deploy project website via local rsync Given copy this project for test Given a safe folder for dummy deployment Given project website configuration for safe folder on local machine When I invoke task "rake website" Then file "website/index.html" is created Then remote file "index.html" is created after local rsync Then remote folder "rdoc" is created after local rsync
Version data entries
6 entries across 6 versions & 1 rubygems