Skip to content

Commit 53aa8c4

Browse files
universe-opsUniverse Ops
andauthored
empty commit for PR (#214)
Co-authored-by: Universe Ops <universe-ops@github.com>
1 parent 369eeaf commit 53aa8c4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/branch-preview.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,12 @@ jobs:
285285
echo "Bundle contents:"
286286
ls -la .sc/stacks/dist/bundle/
287287
- name: publish preview sc binaries
288-
shell: bash
289288
env:
290289
VERSION: ${{ needs.prepare.outputs.version }}
291-
run: |-
292-
bash <(curl -Ls "https://welder.simple-container.com/welder.sh") deploy -e prod --timestamps
290+
run: |
291+
# Deploy only the dist stack — welder deploy -e prod would also deploy
292+
# the docs stack which requires docs/site/ that we don't build in preview.
293+
./bin/sc deploy -s dist -e prod --skip-refresh
293294
294295
publish-git-tag:
295296
name: Create release commit and push git tag

0 commit comments

Comments
 (0)