~starkingdoms/starkingdoms

b494ad7f2355ec343b0425b7accb8863feedecf6 — ghostlyzsh 2 years ago 34c0453 + e94d608
Merge branch 'master' of https://gitlab.com/starkingdoms.tk/starkingdoms.tk
2 files changed, 4 insertions(+), 4 deletions(-)

M ansible/start-stable.yaml
M ansible/stop-bleeding.yaml
M ansible/start-stable.yaml => ansible/start-stable.yaml +2 -2
@@ 1,5 1,5 @@
- name: Start stable servers
  hosts: starkingdoms_prod_servers_beta
  hosts: starkingdoms_prod_servers_stable
  vars:
    compose_dir: /home/stk-deploy
  tasks:


@@ 8,4 8,4 @@
    - name: Start the server
      ansible.builtin.shell:
        cmd: docker-compose up -d
        chdir: "{{ compose_dir }}"
\ No newline at end of file
        chdir: "{{ compose_dir }}"

M ansible/stop-bleeding.yaml => ansible/stop-bleeding.yaml +2 -2
@@ 1,5 1,5 @@
- name: Stop bleeding servers
  hosts: starkingdoms_prod_servers_beta
  hosts: starkingdoms_prod_servers_bleeding
  vars:
    compose_dir: /home/stk-deploy
  tasks:


@@ 8,4 8,4 @@
    - name: Stop the server
      ansible.builtin.shell:
        cmd: docker-compose down
        chdir: "{{ compose_dir }}"
\ No newline at end of file
        chdir: "{{ compose_dir }}"