Skip to content

Commit

Permalink
add unglue task with binary (#22)
Browse files Browse the repository at this point in the history
* add unglue task with binary

* compile only resources folder

* unglue path config

* readme

* remove path

* unglue

* changelog

* changelog ref [skip ci]

* rm lock [skip ci]
  • Loading branch information
nadar authored Oct 7, 2021
1 parent 4b1135a commit 0b00475
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3,764 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/.project
/vendor/
/luya
deploy.php
deploy.php
composer.lock
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 2.1.0 (7. October 2021)

+ [#17](https://github.com/luyadev/luya-deployer/issues/17) Added new `unglue` tasks which is downloading the unglue binary. Usage example `after('luya:commands', 'unglue');`

## 2.0.3 (6. August 2020)

+ Remove `--no-suggest` command from composer install action
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Available Options

> In order to configure a branch to deploy use `set('branch', 'myCheckoutBranch');`
## Unglue

In order to use [unglue](https://unglue.io) you can add `after('luya:commands', 'unglue');` in your deploy.php. This will download the unglue phar file and compile the files according to the .unglue file.
## Authorization Password / SSH Key

Since the `password()` method has been removed, authentication can either be done using SSH Keys or by entering the password while deployment. The `dep luya prod` command will **prompt** for the users password unless he could not connect by SSH Key. By default the `~/.ssh/id_rsa` will be taken to make a first attempt. You can configure ssh settings with the following methods:
Expand Down
Loading

0 comments on commit 0b00475

Please sign in to comment.