Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valencia Vargas, Carlos
helloiamcarlos
Commits
0ac30217
Commit
0ac30217
authored
Oct 26, 2021
by
Bansal, Pranav
Browse files
Update .gitlab-ci.yml
parent
814c5bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
0ac30217
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment