Skip to content

Commit

Permalink
adjust symlink logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Dec 21, 2023
1 parent bb2d31d commit b6eb3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ services:

# Create symlink between vets-website assets and next-build
- mkdir ${TUGBOAT_ROOT}/next/public/generated
- ln -snf "${DOCROOT}/vendor/va-gov/vets-website/build/localhost/generated" "${TUGBOAT_ROOT}/next/public/generated"
- ln -sTf "${DOCROOT}/vendor/va-gov/vets-website/build/localhost/generated" "${TUGBOAT_ROOT}/next/public/generated"

# https://www.drush.org/latest/deploycommand/ (updatedb, cache:rebuild, config:import, deploy:hook)
- drush deploy
Expand Down

0 comments on commit b6eb3e3

Please sign in to comment.