Skip to content

Instantly share code, notes, and snippets.

View trocho's full-sized avatar

Patryk Trochowski trocho

View GitHub Profile
@trocho
trocho / bower.json
Created February 26, 2016 18:01 — forked from ericlbarnes/bower.json
Gulp, Bower, Bootstrap Sass, FontAwesome
{
"name": "project",
"version": "0.0.0",
"authors": [
"Eric Barnes <me@example.org>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
@trocho
trocho / cx-llamada-rest-api
Created April 24, 2019 13:18 — forked from imayolas/cx-llamada-rest-api
Llamada exitosa correos express
curl -X POST \
https://www.correosexpress.com/wpsc/apiRestGrabacionEnvio/json/grabacionEnvio \
-H 'authorization: Basic xxxxxx' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{
"solicitante" : "imayolas-gmail.com",
"canalEntrada" : "5",
"numEnvio" : "",
"ref" : "x-1",
@trocho
trocho / pipeline.yml
Created July 19, 2019 16:25 — forked from croxton/pipeline.yml
Buddy.works Craft 3 Atomic deployments
- pipeline: "Build and deploy to [environment]"
trigger_mode: "MANUAL"
ref_name: "master"
actions:
- action: "Execute: gulp build"
type: "BUILD"
docker_image_name: "library/node"
docker_image_tag: "6"
execute_commands:
- "npm install"