Skip to content

Commit

Permalink
Updated deployment script to work on shared servers and force all git…
Browse files Browse the repository at this point in the history
… remote connections to use the generated identity
  • Loading branch information
edwardteach42 committed Aug 8, 2018
1 parent f199425 commit 25394f1
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 244 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog

## [Unreleased]
### No changes yet...

## [3.0.0]
### Notes
I am bumping the version number on on Dappurware for this release to v3.0.0. This is so that the framework and dappurware will share the same major version number. Breaking changes will only be introduced in major version updates along with the framework.

### Added
- Deployment: Database connection validation while checking requirements.

### Changed
- Deployment: Using `GIT_SSH_COMMAND` now for identity file access and removed

### Removed
- Deployment: Check and update settings functions as they were not used.
- Deployment: Install deploy key in favor of direct identity file access using `GIT_SSH_COMMAND`

## [1.1.2] - 2018-07-30
### Fixed
Expand Down Expand Up @@ -45,7 +58,8 @@
- Separated Dappurware from the framework.


[Unreleased]: https://github.com/dappur/dappurware/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/dappur/dappurware/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/dappur/dappurware/compare/v1.1.2...v3.0.0
[1.1.2]: https://github.com/dappur/dappurware/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/dappur/dappurware/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/dappur/dappurware/compare/v1.0.6...v1.1.0
Expand Down
Loading

0 comments on commit 25394f1

Please sign in to comment.