This change simplifies the Drone CI configuration by removing redundant
steps and environment variables, enhancing the tagging strategy for
Docker images, and improving SSH key handling during deployment. Without
this change, the CI pipeline would be more complex and less efficient,
with potential issues in Docker image tagging and SSH key management.
- Remove unused 'environment' field from 'debug'
Signed-off-by: Glenn <glenux@glenux.net>
Prevent potential security vulnerabilities and bugs by updating to the
latest version of Monica. Ensure Procfile is located correctly for
better application functionality.
- Update Monica version from 4.0-apache to 4.1-apache
- Change Procfile copy destination to /var/www/html/Procfile
Signed-off-by: Glenn <glenux@glenux.net>