Skip to content

Instantly share code, notes, and snippets.

View agalisteo's full-sized avatar

Alberto Galisteo Prieto agalisteo

View GitHub Profile
@agalisteo
agalisteo / .gitlab_ci.yml
Created May 23, 2017 11:20
Deploy from Gitlab CI to Dokku
variables:
DOKKU_HOST: 'dokku.host.es'
IP_DOKKU_HOST: '1.2.3.4'
SSH_DOKKU_PORT: '22'
PROJECT_NAME: 'project_name'
stages:
- deploy_to_dokku
deploy_dokku: