0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 10:33:34 +03:00

Update deploy workflow to include build step and testing Gitea Action

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