Skip to content

Commit c4b62b6

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 3c659e9 + 6a0306d commit c4b62b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ jobs:
162162
rsync -rptovR ./user-code/content/./**/*.md ./content
163163
rsync -rptovR ./user-code/assets/./**/*.png ./assets
164164
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data
165+
rsync -rptovR ./user-code/components/./**/*.{ts,tsx} ./components
166+
rsync -rptovR ./user-code/lib/./**/*.{js,ts,json} ./lib
167+
rsync -rptovR ./user-code/middleware/./**/*.{js,ts} ./middleware
168+
rsync -rptovR ./user-code/pages/./**/*.{tsx} ./pages
169+
rsync -rptovR ./user-code/stylesheets/./**/*.{scss} ./stylesheets
165170
166171
# In addition to making the final image smaller, we also save time by not sending unnecessary files to the docker build context
167172
- name: 'Prune for preview env'

0 commit comments

Comments
 (0)