Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbos1711/python-ci-cd-gitlab-and-github-action
Django app ci/cd in gitlab and github action
https://github.com/abbos1711/python-ci-cd-gitlab-and-github-action
ci-cd continuous-delivery continuous-deployment continuous-integration docker-registry dockerfile dockerimage gitlab gitlab-cd gitlab-ci gitub-actions
Last synced: 3 days ago
JSON representation
Django app ci/cd in gitlab and github action
- Host: GitHub
- URL: https://github.com/abbos1711/python-ci-cd-gitlab-and-github-action
- Owner: abbos1711
- Created: 2024-01-10T05:32:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T19:16:06.000Z (about 1 year ago)
- Last Synced: 2024-12-03T21:31:58.789Z (2 months ago)
- Topics: ci-cd, continuous-delivery, continuous-deployment, continuous-integration, docker-registry, dockerfile, dockerimage, gitlab, gitlab-cd, gitlab-ci, gitub-actions
- Language: Python
- Homepage:
- Size: 7.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Variables in .ci-gitlab.yml:
$REGISTRY_USER: Represents the username for Docker registry authentication.
$REGISTRY_PASS: Represents the password for Docker registry authentication.
$IMAGE_NAME: Represents the name of the Docker image.
$IMAGE_TAG: Represents the tag of the Docker image.
$SSH_KEY: Represents the SSH key used for authentication.
$SERVER_IP: Represents the IP address of the remote server.
$SSH_USER: Represents the SSH username.
$CONTAINER_NAME: Represents the name of the Docker container.
$POSTGRES_HOST: Represents the host of the PostgreSQL database.
$POSTGRES_DATABASE: Represents the name of the PostgreSQL database.
$POSTGRES_USER: Represents the username for PostgreSQL authentication.
$POSTGRES_PASSWORD: Represents the password for PostgreSQL authentication.