mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 01:26:52 +01:00
fix deployment command
This commit is contained in:
parent
f390dd3022
commit
f24bb443ad
@ -376,7 +376,7 @@ export default dev
|
|||||||
// gulp deploy --beta
|
// gulp deploy --beta
|
||||||
// gulp deploy --gamma
|
// gulp deploy --gamma
|
||||||
//
|
//
|
||||||
export const s3 = () => {
|
export const s3 = (done) => {
|
||||||
// create publisher, define config
|
// create publisher, define config
|
||||||
let publisher
|
let publisher
|
||||||
|
|
||||||
@ -451,6 +451,8 @@ export const s3 = () => {
|
|||||||
.pipe($.awspublish.reporter({
|
.pipe($.awspublish.reporter({
|
||||||
states: ['create', 'update', 'delete']
|
states: ['create', 'update', 'delete']
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
done()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user