Skip to content

Instantly share code, notes, and snippets.

View cvega93's full-sized avatar
🎯
Growth hacker

Cristian Vega cvega93

🎯
Growth hacker
  • Talently
  • Lima
View GitHub Profile
@cvega93
cvega93 / deploy_git.sh
Last active May 28, 2020 16:22 — forked from raco/deploy_git.sh
Easy automatic deploy bash for dummies
#!/bin/sh
projectname=$1;
#Para usar ejecutar sh deploy_git.sh [Nombre proyecto] [Scripts a ejecutar luego de deploy]
cd /var/www;
mkdir $projectname;
cd /var;
mkdir repo;
cd repo;
@cvega93
cvega93 / Integración de Culqi.js con VueJs y Nuxt.js
Last active July 14, 2020 16:15 — forked from hawkapparel/Integración de Culqi.js con VueJs y Nuxt.js
Integración de Culqi.js con VueJs y Nuxt.js - Actualizado 14/02/2019
/*
Actualizado al 14/02/2019
Consultas a v.cristianalfredo@gmail.com
*/
/* RECIBE LA RESPUESTA DE CULQI Y LA GUARDA EN UNA VARIABLE GLOBAL */
if(process.browser) {
window.culqi = function () {
window.__culqi_token = window.Culqi
};