Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download all artifacts for usage #11

Open
mickmister opened this issue Jun 10, 2024 · 1 comment
Open

Download all artifacts for usage #11

mickmister opened this issue Jun 10, 2024 · 1 comment

Comments

@mickmister
Copy link
Member

rpi-deploy-manifest.json should be present. All artifacts are downloaded, so any code present in the supplied init or command command can assume all artifacts are present when running. init is used to install any dependencies, while command is used for running the application.

It should be easy to specify which files you want include as an artifact. You can use a zip file as an artifact, and then unzip it in the init command.

The manifest contains the actual bash commands you want to run, which ideally is a call to a script for each of init and command

@mickmister
Copy link
Member Author

The dev supplies certain arguments to the action to describe which files to include, and what to use for init and command. The action will construct the manifest file based on the arguments supplied to the action. And then selectively do one or both of these based on passed in arguments:

  • spit out a rpi image as a build artifact, with the app preconfigured
  • create a new GitHub release with all specified arguments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant