UTC: 2024-10-28 08:36
tunisiano187/choco-packages
This file is automatically generated by the update_all.ps1 script using the Chocolatey-AU module.
Ignored | History | Force Test | Releases
UTC: 2024-10-28 08:36
tunisiano187/choco-packages
This file is automatically generated by the update_all.ps1 script using the Chocolatey-AU module.
Ignored | History | Force Test | Releases
| # Dont forget to Subscribe to Mark Watt Tech! | |
| # Example configuration.yaml entry | |
| notify: | |
| - platform: nfandroidtv | |
| name: yourDeviceName | |
| host: 192.168.1.12 | |
| # Simple notification | |
| duration: 10 |
| #!/bin/bash | |
| set -ex | |
| PARENT_DIR=$(basename "${PWD%/*}") | |
| CURRENT_DIR="${PWD##*/}" | |
| IMAGE_NAME="$PARENT_DIR/$CURRENT_DIR" | |
| TAG="${1}" | |
| REGISTRY="hub.docker.com" |
| <?php | |
| class Test extends CI_Controller | |
| { | |
| public function deploy_test() { | |
| $connection = ssh2_connect("123.45.67.890", 23); | |
| if(!$connection) { | |
| echo json_encode('Connection failed'); | |
| } |
This gist assumes: