Skip to content

Commit

Permalink
Support git url format ssh://user@host/path/to/repo (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
newloong authored and fullyint committed Apr 3, 2018
1 parent f782e59 commit 9dfddfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### HEAD
* Support git url format `ssh://user@host/path/to/repo` ([#975](https://github.com/roots/trellis/pull/975))
* Fix path to h5bp/mime.types ([#974](https://github.com/roots/trellis/pull/974))
* Vendor h5bp Nginx configs ([#973](https://github.com/roots/trellis/pull/973))
* Add support for sSMTP revaliases configuration ([#956](https://github.com/roots/trellis/pull/956))
Expand Down
2 changes: 1 addition & 1 deletion deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
Ensure that your site's `repo` variable is defined in `group_vars/{{ env }}/wordpress_sites.yml` and uses the SSH format (example: [email protected]:roots/bedrock.git)
More info:
> https://roots.io/trellis/docs/deploys/
when: project.repo is not defined or not project.repo | match(".*@.*:.*\.git")
when: project.repo is not defined or not project.repo | match("^ssh://.+@.+|.+@.+:.+")
roles:
- deploy

0 comments on commit 9dfddfd

Please sign in to comment.