Modify the IP address of the bastion server.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
04ddb0bce5
commit
4749ff1b85
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
desc 'Generate the HTML demo pages including drafts'
|
desc 'Generate the HTML demo pages including drafts'
|
||||||
task :demo do
|
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
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user