Merge pull request 'Modify the IP address of the bastion server.' (#12) from modify_demo_task into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #12
This commit is contained in:
Kazuhiro MUSASHI 2025-07-12 08:05:00 +00:00
commit 668ae91756

View File

@ -2,5 +2,5 @@
desc 'Generate the HTML demo pages including drafts'
task :demo do
sh 'hugo server --buildDrafts -w --bind 192.168.10.101 -b 192.168.10.101 --disableFastRender'
sh 'hugo server --buildDrafts -w --bind 192.168.10.102 -b 192.168.10.102 --disableFastRender'
end