diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-11 22:36:58 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-11 22:36:58 +0300 |
commit | 49c2ffa583ce474ed7cefa36e49675ade72a3c9f (patch) | |
tree | c0d85ccc0a6357b90f8c0160275ab51d6efe1b7e /.gitea/workflows | |
parent | 1a67c77d9d318f7e1b9653893fd08efbc6f6a3fa (diff) | |
download | popov.link-49c2ffa583ce474ed7cefa36e49675ade72a3c9f.tar.xz popov.link-49c2ffa583ce474ed7cefa36e49675ade72a3c9f.zip |
Update deploy workflow to include build step and testing Gitea Action
Diffstat (limited to '.gitea/workflows')
-rw-r--r-- | .gitea/workflows/deploy.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |