.
Some checks failed
deploy host / Deploy (push) Failing after 12s

This commit is contained in:
2024-09-07 01:16:34 +01:00
parent f0b4bc8a95
commit 1afc3f0611

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 \