We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f1bcf commit 8df56feCopy full SHA for 8df56fe
scripts/playbook.yml renamed to .github/playbooks/setup.yml
@@ -10,11 +10,6 @@
10
domain: "{{ uikit_domain | default('uikit.' + ansible_default_ipv4.address + '.sslip.io') }}"
11
12
tasks:
13
- - name: Docker logout
14
- community.docker.docker_login:
15
- state: absent
16
- registry_url: ghcr.io
17
-
18
- name: Pull image from GitHub Container Registry
19
community.docker.docker_image:
20
name: "{{ uikit.image }}"
.github/workflows/uikit-site.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Run playbook
28
uses: dawidd6/action-ansible-playbook@v4
29
with:
30
- playbook: scripts/playbook.yml
+ playbook: ./.github/playbooks/setup.yml
31
key: ${{ secrets.ACTIONS_SSH_PRIVATE_KEY }}
32
inventory: |
33
[uikit]
34
- ${{ secrets.SITE_HOST }}
+ 91.98.38.146
0 commit comments