{"id":16516228,"url":"https://github.com/aphistic/screeps-deployer","last_synced_at":"2025-10-28T05:30:53.606Z","repository":{"id":64302685,"uuid":"180473654","full_name":"aphistic/screeps-deployer","owner":"aphistic","description":"A GitHub action for deploying to the game Screeps","archived":false,"fork":false,"pushed_at":"2023-02-25T00:11:32.000Z","size":19,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T12:03:56.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/aphistic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2019-04-10T01:01:17.000Z","updated_at":"2022-04-07T00:31:48.000Z","dependencies_parsed_at":"2024-06-20T11:04:26.649Z","dependency_job_id":"f62af5ac-0d00-4b1c-ac3a-477fe7944be3","html_url":"https://github.com/aphistic/screeps-deployer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aphistic%2Fscreeps-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aphistic%2Fscreeps-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aphistic%2Fscreeps-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aphistic%2Fscreeps-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aphistic","download_url":"https://codeload.github.com/aphistic/screeps-deployer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238603664,"owners_count":19499488,"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":[],"created_at":"2024-10-11T16:20:09.190Z","updated_at":"2025-10-28T05:30:48.300Z","avatar_url":"https://github.com/aphistic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screeps Deployer\n\nDeploy code to [Screeps](https://screeps.com) from GitHub actions.\n\n__Note:__ Screeps deployer is currently under active development! I use it for my own deployments\nbut if you do use it at this point be sure to have backups of your code available just in case!\n\n## Usage\n\n### Upload Manifest\nScreeps Deployer looks for a file named `screeps.yml` in the root of your repository to determine\nhow to upload your code to Screeps. Currently the only thing in the file is a list of modules as\nwell as the files to upload for those modules.\n\nAn example file can be seen below:\n\n```yaml\nmodules:\n  - name: main\n    file: main.js\n  - name: some.name\n    file: some/name.js\n```\n\nBinary modules are also supported:\n\n```yaml\nmodules:\n  - name: main\n    file: main.js\n  - name: app\n    file: app.wasm\n    binary: true\n```\n\n### Action Configuration\n\nThe deployer uses a [Screeps auth token](https://docs.screeps.com/auth-tokens.html) to perform actions\nagainst the Screeps API.  To provide this token to the action it's recommended to create a secret in\nyour deployment repository called `SCREEPS_TOKEN` with a full access auth token.  Next, add the action\nto your workflow:\n\n```\naction \"Deploy to Screeps\" {\n  uses = \"aphistic/screeps-deployer@master\"\n  secrets = [\"SCREEPS_TOKEN\"]\n}\n```\n\nWhen added to a \"push\" workflow, Screeps deployer will then upload your code to a branch with the same\nname as the one pushed to the repository. For example, if you push to the branch `dev` in your GitHub\nrepository your code will be uploaded to the `dev` branch in Screeps. The `master` branch is currently\nset to upload to the `default` branch in Screeps.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faphistic%2Fscreeps-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faphistic%2Fscreeps-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faphistic%2Fscreeps-deployer/lists"}