fix deploy action
Some checks failed
Deploy Containers / Prepare (push) Failing after 15s

This commit is contained in:
2026-01-10 00:35:56 -05:00
parent 9be0b01696
commit 8489ebe6df
2 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,10 @@ jobs:
- name: Install Ansible - name: Install Ansible
shell: bash shell: bash
run: | run: |
pip3 install ansible apt update
apt install software-properties-common
add-apt-repository --yes --update ppa:ansible/ansible
apt install ansible
- name: Deploy - name: Deploy
shell: bash shell: bash

View File

@@ -57,7 +57,7 @@ http:
jtraefik: jtraefik:
loadBalancer: loadBalancer:
servers: servers:
- url: "http://jackson:8080/" - url: "http://100.105.157.6:8080/"
traefik: traefik:
loadBalancer: loadBalancer:
servers: servers: