mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-04 10:56:41 -07:00
15 lines
346 B
YAML
15 lines
346 B
YAML
box: debian
|
|
build:
|
|
steps:
|
|
- arjen/hugo-build:
|
|
version: "0.19"
|
|
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
|