Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Adds flickr data to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonb927 committed Apr 11, 2024
1 parent f93a822 commit 7e3b324
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions brandonb.ca/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@ export function generate_share_images() {
)
}

export function generate_flickr_data() {
return spawn(
'node',
['gulp_tasks/flickr.js'],
{ stdio: 'inherit' }
)
}

/**
* Deploy
*/
Expand Down Expand Up @@ -316,6 +324,7 @@ export const deploy_dryrun = gulp.series(build_prod, generate_share_images, opti

export const deploy = gulp.series(
build_prod,
generate_flickr_data,
generate_share_images,
optimize_prod,
s3_media,
Expand Down

0 comments on commit 7e3b324

Please sign in to comment.