This pull request includes several changes to our GitHub Actions workflows to improve deployment processes and update dependencies. The most important changes include adding a new deployment workflow for Render, removing the old webhook deployment workflow, and updating Docker Hub login and image push steps.
Deployment Workflow Updates:
.github/workflows/deloyment_on_render.yml: Added a new GitHub Actions workflow to deploy on Render, triggered by pull requests and pushes to the main branch or tags.
.github/workflows/deployment_on_dockerhub.yml: Updated the Docker Hub login action to use version 3 and changed the Docker image repository and tags to bloxio3001/rabodetoro-hub-2-uvlhub.
This pull request includes several changes to our GitHub Actions workflows to improve deployment processes and update dependencies. The most important changes include adding a new deployment workflow for Render, removing the old webhook deployment workflow, and updating Docker Hub login and image push steps.
Deployment Workflow Updates:
.github/workflows/deloyment_on_render.yml
: Added a new GitHub Actions workflow to deploy on Render, triggered by pull requests and pushes to the main branch or tags..github/workflows/deloyment_on_webhook.yml
: Removed the old deployment workflow that used a webhook triggered by the completion of lint and test workflows.Docker Hub Updates:
.github/workflows/deployment_on_dockerhub.yml
: Updated the Docker Hub login action to use version 3 and changed the Docker image repository and tags tobloxio3001/rabodetoro-hub-2-uvlhub
.