Created
July 13, 2019 09:38
-
-
Save mhemrg/d5dab59616fbf13b97138d46e1d5f657 to your computer and use it in GitHub Desktop.
Liara - Gitlab CI
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
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