diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-19 19:28:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-19 19:28:47 +0300 |
commit | 51fd2dad0ae6fd43db69d9abd7144b4aa9d3c81c (patch) | |
tree | 89c518e10378167d4e50e0e2ffc60e95437edb99 /.github/workflows | |
parent | vagrant: use sudo for pruning (diff) | |
download | maintenance-51fd2dad0ae6fd43db69d9abd7144b4aa9d3c81c.tar.gz maintenance-51fd2dad0ae6fd43db69d9abd7144b4aa9d3c81c.zip |
add Makefile
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/run.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index a4e6fe4..d1a5348 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -32,4 +32,4 @@ jobs: ${{ secrets.SSH_KEY }} EOF - name: Run Ansible play - run: ansible-playbook --inventory inventory.ini --limit '${{ github.event.inputs.hosts }}' --private-key .ansible-key maintenance.yml + run: make run limit='${{ github.event.inputs.hosts }}' |