Update deploy workflow to include build step and testing Gitea Action
This commit is contained in:
parent
1a67c77d9d
commit
49c2ffa583
@ -20,8 +20,9 @@ jobs:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: website
|
name: website
|
||||||
- run: echo "Deploying to production"
|
- run: ls -lah
|
||||||
|
Loading…
Reference in New Issue
Block a user