https://github.com/desty2k/deploy-actions
Repository template with PyPI and Docker deployments.
https://github.com/desty2k/deploy-actions
Last synced: about 1 month ago
JSON representation
Repository template with PyPI and Docker deployments.
- Host: GitHub
- URL: https://github.com/desty2k/deploy-actions
- Owner: desty2k
- License: other
- Created: 2021-03-15T15:43:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T20:18:25.000Z (about 5 years ago)
- Last Synced: 2026-01-09T07:16:06.617Z (5 months ago)
- Language: Python
- Homepage:
- Size: 5.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
deploy-actions
==============
|Build Status| |Docs Status| |Deploy Status|
|PyPI Downloads| |Docker Pulls|
|License: MIT|
Repository template with CI/CD for Python apps.
Deployments:
- Docs for GitHub Pages
- Docker build and publish on DockerHub
- PyPI test server publish
- PyPI publish
Required secrets:
- DOCS_TOKEN
- PYPI_TEST_USERNAME
- PYPI_TEST_PASSWORD
- PYPI_USERNAME
- PYPI_PASSWORD
- DOCKERHUB_USERNAME
- DOCKERHUB_TOKEN
.. |Build Status| image:: https://img.shields.io/github/workflow/status/desty2k/deploy-actions/build?style=flat-square
:target: https://github.com/desty2k/deploy-actions/actions?workflow=build
.. |Docs Status| image:: https://img.shields.io/github/workflow/status/desty2k/deploy-actions/docs?label=docs&style=flat-square
:target: https://desty2k.github.io/deploy-actions/
.. |Deploy Status| image:: https://img.shields.io/github/workflow/status/desty2k/deploy-actions/deploy?label=deploy&style=flat-square
:target: https://github.com/desty2k/deploy-actions/actions?workflow=deploy-pypi
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dd/deploy-actions?label=PyPI%20Downloads&style=flat-square
:target: https://pypi.org/project/deploy-actions/
.. |Docker Pulls| image:: https://img.shields.io/docker/pulls/desty2k/deploy-actions?style=flat-square
:target: https://hub.docker.com/repository/docker/desty2k/deploy-actions
.. |License: MIT| image:: https://img.shields.io/pypi/l/deploy-actions?color=lightgray&style=flat-square
:target: https://opensource.org/licenses/MIT