From 49c2ffa583ce474ed7cefa36e49675ade72a3c9f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Sep 2024 19:36:58 +0000 Subject: Update deploy workflow to include build step and testing Gitea Action --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitea/workflows') diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0fe9d59..edbd044 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 -- cgit v1.2.3