Hello everyone,
I'm a student for a bachelor in development and conception. I chose Django for my school project and I have the obligation to deploy the app. I've decided to host a Debian server on Digital Ocean and make an automated deployment from GitLab CI.
As a former sysadmin in an old school company, I've never done this so this is my first time doing this and I'm having a hard time with several points.
- passing variables securely.
- deploying with Docker.
- overall process and best practices.
What I have done already :
- Linux server is running. Prerequisites OK. SSH OK.
- GitLab variables OK.
- Done dockerfile and gitlab-ci.yml. Could certainly be not fully correct...
Is there any kind soul here that could help a desperate student for his first (unsuccessful) try at deploying an app ? π
I'm losing a bit of hope after... looks at GitLab history, almost 130 pushes... π
Best regards
Edit : sorry if my english is a bit lacking. This is not my first language.