Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site
www
Commits
00b705a3
Verified
Commit
00b705a3
authored
May 12, 2019
by
Aral Balkan
Browse files
Add deploy script for one-shot deployments (requires IWS v9.3.0)
parent
76d2d2a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy
0 → 100755
View file @
00b705a3
#!/bin/bash
# Build the site.
hugo
--baseURL
=
https://ind.ie
--destination
=
../build
# Deploy it.
web-server
sync
../build/
--to
=
aral@static.ind.ie:/var/www
--exit-on-sync
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment