Continuous Integration with Gitlab and hosting (deploy)

I’ve got my project on Gitlab running well with pipelines and also I just created a droplet in DigitalOcean using Ubuntu and already configured with everything (Node, Git, mongo, meteor…).

How can I push this content after my jobs finished to my droplet?
Would you recommend something like Mup or could I do everything by my own?

I’m starting to feel too lost with this… I’m not looking a pretty straight forward process, but something understandable, updated and useful. Wouldn’t mind to create a tutorial from your comments/suggestions in order to be useful for furthers deploys.

Thanks guys, really appreciated the help :wink:

I also tried to find info about general JS apps (not related to Meteor) but couldn’t find anything updated and useful