.
This commit is contained in:
@@ -11,7 +11,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Build project
|
||||
|
||||
- name: Run Ansible Playbook
|
||||
env:
|
||||
ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}
|
||||
ANSIBLE_HOST_KEY_CHECKING: False
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
ansible-playbook ansible/site.yml --private-key xxxx -u xxxx
|
||||
Reference in New Issue
Block a user