This commit is contained in:
parent
cdba187bc1
commit
38b91e6442
@ -3,7 +3,7 @@ name: Deploy API
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
paths: [".gitea/workflows/deploy-api.yml", "API/**", "!API/README.md"]
|
paths: [".gitea/workflows/deploy-api.yml", "API/**"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@ -23,6 +23,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
# print the current directory
|
||||||
|
- name: Print current directory
|
||||||
|
run: pwd
|
||||||
|
|
||||||
# Deploy to Dokku
|
# Deploy to Dokku
|
||||||
- name: Deploy to Dokku
|
- name: Deploy to Dokku
|
||||||
uses: dokku/github-action@master
|
uses: dokku/github-action@master
|
||||||
|
Reference in New Issue
Block a user