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

Commit

Permalink
Fix order of flickr task in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonb927 committed Apr 11, 2024
1 parent b8493e6 commit d1b77f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brandonb.ca/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ function s3_media() {
export const deploy_dryrun = gulp.series(build_prod, generate_share_images, optimize_prod)

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

0 comments on commit d1b77f2

Please sign in to comment.