This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "project", | |
"version": "0.0.0", | |
"authors": [ | |
"Eric Barnes <me@example.org>" | |
], | |
"license": "MIT", | |
"private": true, | |
"ignore": [ | |
"**/.*", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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" |