mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 19:26:42 -07:00
Initial Version
This commit is contained in:
commit
8cfbc84214
92 changed files with 7691 additions and 0 deletions
16
wercker.yml
Normal file
16
wercker.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
box: debian
|
||||
build:
|
||||
steps:
|
||||
- arjen/hugo-build:
|
||||
version: "0.14"
|
||||
theme: hyde-x
|
||||
config: config.toml
|
||||
flags: --disableSitemap=false
|
||||
deploy:
|
||||
steps:
|
||||
- s3sync:
|
||||
source_dir: public/
|
||||
delete-removed: true
|
||||
bucket-url: $AWS_BUCKET_URL
|
||||
key-id: $AWS_ACCESS_KEY_ID
|
||||
key-secret: $AWS_SECRET_ACCESS_KEY
|
Loading…
Add table
Add a link
Reference in a new issue