Update .gitea/workflows/deploy.yml

This commit is contained in:
Chris Dill 2023-07-23 09:08:53 -04:00
parent e6b070231d
commit b521f31991

View File

@ -5,13 +5,12 @@ on:
tags: tags:
- '*' - '*'
# Test runs-on: ubuntu-latest
runs-on: ubuntu-latest:host
jobs: jobs:
deploy: deploy:
needs: build needs: build
runs-on: ubuntu-latest:host runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: get artifact - name: get artifact