We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7073e commit eab3a01Copy full SHA for eab3a01
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