feat: setup CI/CD, add docker compose, and create CRUD dashboard
Deploy API / deploy (push) Failing after 2m12s
Deploy API / deploy (push) Failing after 2m12s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Deploy API
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build and Deploy
|
||||
run: |
|
||||
docker compose up --build -d
|
||||
Reference in New Issue
Block a user