Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created July 13, 2019 09:38
Show Gist options
  • Save mhemrg/d5dab59616fbf13b97138d46e1d5f657 to your computer and use it in GitHub Desktop.
Save mhemrg/d5dab59616fbf13b97138d46e1d5f657 to your computer and use it in GitHub Desktop.
Liara - Gitlab CI
stages:
- deploy
deploy:
stage: deploy
image: node:10
script:
- npm i -g @liara/cli
- liara deploy --api-token $API_TOKEN --no-project-logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment