Update deploy workflow to include build step and testing Gitea Action
All checks were successful
Deploy / build (push) Successful in 46s
Deploy / deploy (push) Successful in 21s

This commit is contained in:
Valentin Popov 2024-09-11 19:36:58 +00:00
parent 1a67c77d9d
commit 49c2ffa583
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -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