This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user