Skip to content

Commit 8df56fe

Browse files
committed
add 91.98.38.146 as host
1 parent 72f1bcf commit 8df56fe

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

scripts/playbook.yml renamed to .github/playbooks/setup.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
domain: "{{ uikit_domain | default('uikit.' + ansible_default_ipv4.address + '.sslip.io') }}"
1111

1212
tasks:
13-
- name: Docker logout
14-
community.docker.docker_login:
15-
state: absent
16-
registry_url: ghcr.io
17-
1813
- name: Pull image from GitHub Container Registry
1914
community.docker.docker_image:
2015
name: "{{ uikit.image }}"

.github/workflows/uikit-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Run playbook
2828
uses: dawidd6/action-ansible-playbook@v4
2929
with:
30-
playbook: scripts/playbook.yml
30+
playbook: ./.github/playbooks/setup.yml
3131
key: ${{ secrets.ACTIONS_SSH_PRIVATE_KEY }}
3232
inventory: |
3333
[uikit]
34-
${{ secrets.SITE_HOST }}
34+
91.98.38.146

0 commit comments

Comments
 (0)