ci testing
Some checks failed
Deploy API / docker (ubuntu-latest) (push) Failing after 8s

This commit is contained in:
Lee 2024-08-01 06:05:52 +01:00
parent cdba187bc1
commit 38b91e6442

@ -3,7 +3,7 @@ name: Deploy API
on:
push:
branches: ["master"]
paths: [".gitea/workflows/deploy-api.yml", "API/**", "!API/README.md"]
paths: [".gitea/workflows/deploy-api.yml", "API/**"]
jobs:
docker:
@ -23,6 +23,10 @@ jobs:
with:
fetch-depth: 0
# print the current directory
- name: Print current directory
run: pwd
# Deploy to Dokku
- name: Deploy to Dokku
uses: dokku/github-action@master