From 7503d0f2fb605f014ba9f86dbae448a5e046b109 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sun, 3 Aug 2025 19:07:13 +0700 Subject: feat: add ci/cd for build, push & deploy --- deploy/inventory.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deploy/inventory.yml (limited to 'deploy/inventory.yml') diff --git a/deploy/inventory.yml b/deploy/inventory.yml new file mode 100644 index 0000000..d3c325f --- /dev/null +++ b/deploy/inventory.yml @@ -0,0 +1,15 @@ +prod: + hosts: + pl.saya.today: + saya_today_web: + name: sayana-web + hostname: sayana-web + ipv4_address: 172.16.0.18 + +stage: + hosts: + pl.saya.today: + saya_today_web: + name: sayana-demo + hostname: sayana-demo + ipv4_address: 172.16.0.17 -- cgit v1.3.1+13