Skip to content

Instantly share code, notes, and snippets.

@manualwise
manualwise / kubernetes-deploy.sh
Created October 13, 2016 18:03 — forked from zachflower/kubernetes-deploy.sh
Codeship Kubernetes Deploy
#!/bin/bash
set -e
# authenticate to google cloud
codeship_google authenticate
# set compute zone
gcloud config set compute/zone us-central1-a
@manualwise
manualwise / codeship-steps.yml
Created September 29, 2016 18:14 — forked from zachflower/codeship-steps.yml
Codeship Steps w/ Deploy
- type: serial
steps:
- type: serial
steps:
- service: build
command: composer install --prefer-source --no-interaction
- type: parallel
steps:
- service: test
command: vendor/bin/phpunit tests/Auth/
@manualwise
manualwise / codeship-steps.yml
Created September 29, 2016 18:12 — forked from zachflower/codeship-steps.yml
Codeship Parallel Tests
- type: parallel
steps:
- service: app
command: vendor/bin/phpunit tests/Auth/
- service: app
command: vendor/bin/phpunit tests/Broadcasting/
- service: app
command: vendor/bin/phpunit tests/Bus/
- service: app
command: vendor/bin/phpunit tests/Cache/
### ABOUT THIS SCRIPT
# This script uses your Twitter Data and will output charts informing you about Engagement Rates, Click Activities etc. by "Time of Day" and "Day of Week".
# You can get your Twitter Data if you have an offical Twitter Ads account: http://ads.twitter.com/user/*/tweets
# The above link only works if you already have a Twitter Ads account.
# More information can be found in the original blog post about this script (by Tomasz Tunguz): http://tomtunguz.com/twitter-best-practices/
### CONTRIBUTIONS
# Original author: Tomasz Tunguz – https://github.com/ttunguz
# Improved labeling and configuration, extended documentation: Clemens Kofler and Manuel Weiss – https://github.com/clemens + https://github.com/manualwise