modified: .gitea/workflows/host.yml
Some checks failed
deploy host / Deploy (push) Failing after 9s

This commit is contained in:
2024-09-07 01:15:51 +01:00
parent 145c5cc821
commit f0b4bc8a95

View File

@@ -20,7 +20,7 @@ jobs:
# run: |
# docker run --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }} ubuntu:latest ls -lah ${GITHUB_WORKSPACE}; code-server
- name: setup ssh
run: echo "{{ secrets.HOST_ANSIBLE_REMOTE_USER }}" > /ssh-key && chmod 600 /ssh-key
run: echo "{{ secrets.HOST_ANSIBLE_REMOTE_USER }}" > /ssh-key && chmod 600 ssh-key
- name: Run Ansible Playbook
run: |
docker run --rm \