https://github.com/jackkweyunga/auto-deploy-flask-to-server
Article: How to Automate Deployment with Ansible and GitHub Actions
https://github.com/jackkweyunga/auto-deploy-flask-to-server
Last synced: 6 months ago
JSON representation
Article: How to Automate Deployment with Ansible and GitHub Actions
- Host: GitHub
- URL: https://github.com/jackkweyunga/auto-deploy-flask-to-server
- Owner: jackkweyunga
- Created: 2024-09-04T08:57:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T04:14:23.000Z (almost 2 years ago)
- Last Synced: 2025-07-20T03:07:46.456Z (about 1 year ago)
- Language: Jinja
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Articles covered
- [Upload Docker Images to GitHub: A Simple Guide with GitHub Actions](https://jackkweyunga.hashnode.dev/upload-docker-images-to-github-a-simple-guide-with-github-actions)
- [How to Automate Deployment with Ansible and GitHub Actions](https://jackkweyunga.hashnode.dev/upload-docker-images-to-github-a-simple-guide-with-github-actions)
## Required Github Secrets.
* *SUDO_PASSWORD*: The password of the remote user
* *SSH_DEVOPS_KEY_PRIVATE*: The SSH private key with access to the remote server
## Operation
Whenever a new image is published, Watchtower will automatically pull the image into the server and continuously update the containers running the image.