Last active
November 18, 2021 22:07
-
-
Save ciavashkh/539e7305e210939316ff3f09011e8303 to your computer and use it in GitHub Desktop.
Deploy_hook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
production: # Environment | |
first_thing: # Hook point | |
command: apt-get install freetds-bin freetds-dev nodejs -y | |
target: any # Hook fields | |
execute: true | |
sudo: true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been helpful, thank you ❤️