Skip to content

Commit 2be2247

Browse files
authored
Merge pull request #174 from vdice/ci/deploy-archive-layers
ci(deploy): add config to archive layers on deploy
2 parents 4c7073e + eab3a01 commit 2be2247

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939

4040
- name: Deploy to Fermyon Cloud
4141
uses: fermyon/actions/spin/deploy@v1
42+
env:
43+
# Create archive layers to consolidate the hundreds of static asset layers together
44+
SPIN_OCI_ARCHIVE_LAYERS: 1
4245
with:
4346
run_build: false
4447
fermyon_token: "${{ secrets.FERMYON_CLOUD_TOKEN }}"

0 commit comments

Comments
 (0)