Skip to content

chore(products): add create and get all products services #1

chore(products): add create and get all products services

chore(products): add create and get all products services #1

Workflow file for this run

name: CI Workflow
on:
push:
branches:
- main
jobs:
docker:
uses: ./.github/workflows/docker-publish.yml
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
render:
needs: docker
uses: ./.github/workflows/render-deploy.yml