Skip to content

Commit eab3a01

Browse files
committed
ci(deploy): add config to archive layers on deploy
Signed-off-by: Vaughn Dice <vdice@akamai.com>
1 parent 4c7073e commit eab3a01

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)