PHP code example of kalamuna / quicksilver-deploy-tools
1. Go to this page and download the library: Download kalamuna/quicksilver-deploy-tools library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
kalamuna / quicksilver-deploy-tools example snippets
yaml
api_version: 1
workflows:
deploy:
after:
- type: webphp
description: Import configuration from .yml files
script: private/scripts/quicksilver/quicksilver-deploy-tools/postdeploy.php
sync_code:
after:
- type: webphp
description: Import configuration from .yml files
script: private/scripts/quicksilver-deploy-tools/postdeploy.php