stop deploying fivem
All checks were successful
Deploy Containers / Prepare (push) Successful in 24s

This commit is contained in:
2026-01-10 16:06:52 -05:00
parent 608ba23c31
commit 48676d4417
3 changed files with 2 additions and 4 deletions

View File

@@ -24,4 +24,4 @@ jobs:
echo "HOST *" > ~/.ssh/config echo "HOST *" > ~/.ssh/config
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
chmod 600 ansible.cfg chmod 600 ansible.cfg
/usr/bin/ansible-playbook main.yml --vault-password-file ~/.vault_pass.txt /usr/bin/ansible-playbook main.yml -l jackson --vault-password-file ~/.vault_pass.txt

View File

@@ -86,8 +86,6 @@
tags: traefik_deploy tags: traefik_deploy
vars: vars:
server: "jackson" server: "jackson"
- role: fivem
tags: fivem_deploy
tasks: tasks:
- name: Deploy Gitea - name: Deploy Gitea

View File

@@ -13,7 +13,7 @@
- name: "{{ docker_network_name }}" - name: "{{ docker_network_name }}"
volumes: volumes:
- "{{ data_dir }}/gitea:/data" - "{{ data_dir }}/gitea:/data"
- "/home/iac/.ssh:/data/git/.ssh" - "/home/git/.ssh:/data/git/.ssh"
published_ports: published_ports:
- "2222:22" - "2222:22"
env: env: