We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c7073e + eab3a01 commit 2be2247Copy full SHA for 2be2247
1 file changed
.github/workflows/deploy.yaml
@@ -39,6 +39,9 @@ jobs:
39
40
- name: Deploy to Fermyon Cloud
41
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
45
with:
46
run_build: false
47
fermyon_token: "${{ secrets.FERMYON_CLOUD_TOKEN }}"
0 commit comments