Skip to content

Added CI/CD

Added CI/CD #1

Workflow file for this run

on:
push:
branches:
- main
jobs:
compose-up:
runs-on: ubuntu-latest
steps:
- name: Docker Compose Action
uses: hoverkraft-tech/[email protected]
with:
compose-file: "compose.yaml"