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:
|
||||
runs-on: self-hosted
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: website
|
||||
- run: echo "Deploying to production"
|
||||
- run: ls -lah
|
||||
|
Loading…
Reference in New Issue
Block a user