Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Merge branch 'feat/new_scheme' #22

Merge branch 'feat/new_scheme'

Merge branch 'feat/new_scheme' #22

Workflow file for this run

name: deploy
on:
push:
tags: "*"
workflow_dispatch:
jobs:
ansible:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Run playbook
uses: dawidd6/action-ansible-playbook@5d970176ea4bfd99a3f5004d48e293fe0994eda1 # v2
with:
playbook: main.yml
key: ${{secrets.SSH_PRIVATE_KEY}}
vault_password: ${{secrets.VAULT_PASSWORD}}
requirements: requirements.yml
options: |
--inventory hosts