Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Tags: deployphp/recipes

Tags

6.2.2

Toggle 6.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add rocketchat integration (#226)

6.2.1

Toggle 6.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Telegram failed notify (#207)

* Telegram deploy failure support

* Update documentation for telegram recipe

6.2.0

Toggle 6.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added content type headers to sentry requests (#205)

6.1.6

Toggle 6.1.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Notify New Relic only if app ID and key are set (#194)

* Notify New Relic only if app ID and key are set

This allows setting the app ID to false when deploying to environments not monitored by New Relic. You'll still receive an error message if you don't manually override newrelic_app_id.

* Update CHANGELOG for #139

6.1.5

Toggle 6.1.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix missing cachetool_args (#192)

* Cannot use --web option

The cachetool has a --web option. However, this cannot be used because --fcgi= is always prefixed in front of the options.

Adding cachetool_args allows you to customise all arguments.

* Set default value

6.1.4

Toggle 6.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

6.1.3

Toggle 6.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use New Relic revision as configuration (#186)

This allows you to override revision retrieval for custom builds. This
is useful for builds where the revision is not in the current
directory.

6.1.2

Toggle 6.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
cachetool recipe: add cachetool_bin setting to download old version (… (

#184)

* cachetool recipe: add cachetool_bin setting to download old version (4.0.0 is only compatible with php >=7.1)

* cachetool: use {{bin/php}} instead of hardcoded path

* cachetool: rename setting for bin path

6.1.1

Toggle 6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update discord.php

6.1.0

Toggle 6.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add Discord recipe (#177)

* Add psr-4 autoload

* Add default messaging

* Add Discord recipe

* Update docs

* Remove psr-4 autoloading

* Attach Discord Messaging class into Discord recipe

* Remove classes and namespaces

* Update readme