diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6419470..87565fc 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: export DEBIAN_FRONTEND=noninteractive apt update apt upgrade -y - apt install -y curl graphicsmagick + apt install -y graphicsmagick - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 @@ -49,6 +49,18 @@ jobs: name: build_artifact path: dist retention-days: 7 + job2: + needs: job1 + name: Build new docker container with new site build... + runs-on: catthehacker-ubuntu + steps: + - + name: Download artifact... + uses: actions/download-artifact@v3 + with: + path: dist + - + run: ls -R my-artifact # job2: # needs: job1 # name: Connect to deployment host, update, and redeploy docs website.