mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
12 lines
333 B
Gherkin
12 lines
333 B
Gherkin
|
Feature: Deploy via clone
|
||
|
|
||
|
Background:
|
||
|
Given a test app with git clone configuration
|
||
|
And servers with the roles app and web
|
||
|
|
||
|
Scenario: Creating a release
|
||
|
Given I run cap "deploy:check:directories"
|
||
|
When I run cap "git:create_release" as part of a release
|
||
|
Then the repo is cloned
|
||
|
And the release is created
|