{"id":20571332,"url":"https://github.com/fluent-ci-templates/shuttle-pipeline","last_synced_at":"2026-05-08T05:53:07.727Z","repository":{"id":187396070,"uuid":"672905657","full_name":"fluent-ci-templates/shuttle-pipeline","owner":"fluent-ci-templates","description":"A ready-to-use CI/CD Pipeline for deploying your Rust applications to Shuttle.","archived":false,"fork":false,"pushed_at":"2024-06-18T15:48:55.000Z","size":209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T21:14:12.291Z","etag":null,"topics":["cicd","dagger","deno","pipeline","rust","rust-lang","shuttle-rs","typescrpit"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluent-ci-templates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-31T12:37:29.000Z","updated_at":"2024-06-18T15:48:57.000Z","dependencies_parsed_at":"2023-08-10T07:30:24.988Z","dependency_job_id":"970c31e9-4fb1-4e45-b0b6-b636e68b55a9","html_url":"https://github.com/fluent-ci-templates/shuttle-pipeline","commit_stats":null,"previous_names":["fluent-ci-templates/shuttle-pipeline"],"tags_count":21,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fshuttle-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fshuttle-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fshuttle-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fshuttle-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent-ci-templates","download_url":"https://codeload.github.com/fluent-ci-templates/shuttle-pipeline/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242187633,"owners_count":20086217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","dagger","deno","pipeline","rust","rust-lang","shuttle-rs","typescrpit"],"created_at":"2024-11-16T05:15:56.419Z","updated_at":"2026-05-08T05:53:02.669Z","avatar_url":"https://github.com/fluent-ci-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Shuttle Pipeline\n\n[![fluentci pipeline](https://shield.fluentci.io/x/shuttle_pipeline)](https://pkg.fluentci.io/shuttle_pipeline)\n[![deno module](https://shield.deno.dev/x/shuttle_pipeline)](https://deno.land/x/shuttle_pipeline)\n![deno compatibility](https://shield.deno.dev/deno/^1.41)\n[![dagger-min-version](https://shield.fluentci.io/dagger/v0.11.7)](https://dagger.io)\n[![](https://jsr.io/badges/@fluentci/shuttle)](https://jsr.io/@fluentci/shuttle)\n[![](https://img.shields.io/codecov/c/gh/fluent-ci-templates/shuttle-pipeline)](https://codecov.io/gh/fluent-ci-templates/shuttle-pipeline)\n\nA ready-to-use CI/CD Pipeline for deploying your shuttle applications to [Shuttle](https://shuttle.rs/).\n\n## 🚀 Usage\n\nRun the following command:\n\n```bash\nfluentci run shuttle_pipeline\n```\n\n## 🧩 Dagger Module\n\nUse as a [Dagger](https://dagger.io) Module:\n\n```bash\ndagger install github.com/fluent-ci-templates/shuttle-pipeline@main\n```\n\nCall `deploy` function from this module:\n\n```bash\ndagger call deploy --src . --api-key SHUTTLE_API_KEY\n```\n\n## 🛠️ Environment Variables\n\n| Variable        | Description                      |\n|-----------------|----------------------------------|\n| SHUTTLE_API_KEY | Your Shuttle API key             |\n| SHUTTLE_VERSION | The version of `cargo shuttle`, defaults to `v0.39.0` |\n\n## ✨ Jobs\n\n| Job     | Description                                 |\n|---------|---------------------------------------------|\n| deploy  | Deploy your shuttle application to shuttle.rs. |\n\n```typescript\n deploy(\n  src: string | Directory | undefined = \".\",\n  apiKey?: string | Secret,\n  shuttleVersion?: string,\n): Promise\u003cstring\u003e\n```\n\n## 👨‍💻 Programmatic usage\n\nYou can also use this pipeline programmatically:\n\n```typescript\nimport { deploy } from \"jsr:@fluentci/shuttle\";\n\nawait deploy(\".\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fshuttle-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-ci-templates%2Fshuttle-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fshuttle-pipeline/lists"}