Skip to content

Commit

Permalink
Added additional hook for deployments (#14)
Browse files Browse the repository at this point in the history
* Added additional hook for deployments

* fixup
  • Loading branch information
pookmish authored Dec 11, 2023
1 parent 4c96103 commit eca1759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blt/Plugin/Commands/SwsHooksCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function prePostCodeUpdate() {
/**
* Create new salt value on a deploy.
*
* @hook post-command artifact:build
* @hook post-command post-deploy-build
*/
public function postArtifactBuild(){
$this->taskWriteToFile($this->getConfigValue('deploy.dir') . '/salt.txt')
Expand Down

0 comments on commit eca1759

Please sign in to comment.