diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 619027d..57c7d0d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,14 +8,18 @@ on: jobs: deploy: name: Prepare - runs-on: runner - container: node:18 + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v4 with: fetch-depth: 0 + - name: Install Ansible + shell: bash + run: | + pip3 install ansible + - name: Deploy shell: bash run: |