modified: .gitea/workflows/host.yml
Some checks failed
deploy host / Deploy (push) Failing after 15s
Some checks failed
deploy host / Deploy (push) Failing after 15s
This commit is contained in:
@@ -7,15 +7,12 @@ on:
|
||||
jobs:
|
||||
Deploy:
|
||||
runs-on: "homesrv-deploy"
|
||||
|
||||
#n teoricamente ão devia precisar disto pq o mesmo ja está configurado nos labels do gitea-actrunner
|
||||
#container:
|
||||
# image: git.limbosolutions.com/kb/ubuntu:act-latest
|
||||
container:
|
||||
image: git.limbosolutions.com/kb/ansible:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Ansible Playbook
|
||||
run: |
|
||||
docker run --rm \
|
||||
|
||||
Reference in New Issue
Block a user