Skip to content

Commit

Permalink
feat: allow to update gui with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Dec 29, 2023
1 parent 531b0cb commit 8cdb185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/fediseer_api_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- hosts: fediseer
- hosts: fediseer_api
gather_facts: false

tasks:
Expand Down
2 changes: 1 addition & 1 deletion ansible/fediseer_gui_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- hosts: fediseer
- hosts: fediseer_gui
gather_facts: true

tasks:
Expand Down

0 comments on commit 8cdb185

Please sign in to comment.