Last active
January 5, 2022 14:57
-
-
Save IsmagilovQA/3776b4da1c6dcc638065b69537cd1d32 to your computer and use it in GitHub Desktop.
Digital Ocean settings
This file contains 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
- ssh root@ip | |
- vel - public key | |
- docker ps -> make sure no running images | |
- git clone url of app from GitHub | |
- cd microservices-demo | |
- cd deploy | |
- cd docker-compose (where we have docker-compose.yml) | |
- docker-compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment