Skip to content
Snippets Groups Projects
Commit 53f7b397 authored by Valencia Vargas, Carlos's avatar Valencia Vargas, Carlos Committed by Valencia Vargas, Carlos
Browse files

Deleted .gitlab-ci.yml.

parent de986e49
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:
stage: deploy
only:
- master
script:
- chmod +x ./setup_push.sh
- ./setup_push.sh ssh://dokku@cloud-vm-42-75.doc.ic.ac.uk:22/$APP_NAME master
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