A custom link is no longer necessary – use SocketClientConfig.connect instead.
If you want to view the outdated, probably no-longer working solution, see the previous version
A custom link is no longer necessary – use SocketClientConfig.connect instead.
If you want to view the outdated, probably no-longer working solution, see the previous version
| # This is a basic workflow to help you get started with Actions | |
| name: CD Internal-Lane | |
| # Controls when the action will run. Triggers the workflow on push or pull request | |
| # events but only for the master branch | |
| on: | |
| push: | |
| tags: | |
| - "internal-v*.*.*" # on every version tag will build a new android artifact example: v3.1.2+6 | |
| jobs: |
Please see the original article for a full explanation. Please feel free to comment, question and criticize there as well!
Requires https://www.npmjs.com/package/simple-free-encryption-tool
| <?php | |
| // Used in https://github.com/im4aLL/roolith-event | |
| // https://packagist.org/packages/roolith/event | |
| class Event { | |
| private static $events = []; | |
| public static function listen($name, $callback) { | |
| self::$events[$name][] = $callback; | |
| } |