Skip to content
Snippets Groups Projects
Commit 0ac30217 authored by Bansal, Pranav's avatar Bansal, Pranav
Browse files

Update .gitlab-ci.yml

parent 814c5bbf
No related branches found
No related tags found
No related merge requests found
stages:
- tests
- deploy
testing:
stage: tests
script:
- echo "TODO - Add tests"
deploy:
image: ilyasemenov/gitlab-ci-git-push
stage: deploy
only:
- master
script:
- git-push ssh://dokku@cloud-vm-42-75.doc.ic.ac.uk:22/$APP_NAME
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment