Deploy an Archive Package
This guide will teach you how to create an end-to-end testbed deployment using the Chassy Console and GitHub.
GitHub Workflow Configuration
- name: Upload package to Chassy Index
uses: chassyflow/[email protected]
with:
name: "compute-with-config"
architecture: "AMD64"
os: "ubuntu"
os_version: "20.04"
version: "0.0.1"
type: "ARCHIVE"
path: "bundle.zip"
entrypoint: |-
./launcher.shBundle Contents
Name
Contents and Purpose
Chassy Workflow Configuration
Dispatch GitHub Actions Workflow

Find Uploaded Bundle

Create Release

Deploy Archive Package

Save and Run Workflow
Conclusion
Last updated

