Skip to content

Commit a5abe12

Browse files
Build theme from deploy script
1 parent 76d182e commit a5abe12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ jobs:
3131
git fetch --all && git reset --hard && git checkout ${{ env.BRANCH }} &&
3232
cd /home/ubuntu/shopware &&
3333
docker compose -f compose.yml -f compose.prod.yml up -d --build
34+
docker compose -f compose.yml -f compose.prod.yml exec shopware bin/build-administration.sh
35+
docker compose -f compose.yml -f compose.prod.yml exec shopware bin/build-storefront.sh
3436
"

0 commit comments

Comments
 (0)