{"id":20762495,"url":"https://github.com/balinux/deno-github-action","last_synced_at":"2026-05-02T11:38:23.885Z","repository":{"id":89366474,"uuid":"275736386","full_name":"balinux/deno-github-action","owner":"balinux","description":"github action with simple deno app","archived":false,"fork":false,"pushed_at":"2020-06-29T05:41:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T05:42:44.609Z","etag":null,"topics":["cicd","deno","github-actions"],"latest_commit_sha":null,"homepage":"https://deno-github-action.fly.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/balinux.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-29T05:11:41.000Z","updated_at":"2020-06-29T06:13:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d5b58cc-979a-46f2-b448-1623bc5c175d","html_url":"https://github.com/balinux/deno-github-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fdeno-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fdeno-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fdeno-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balinux%2Fdeno-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/balinux","download_url":"https://codeload.github.com/balinux/deno-github-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243079491,"owners_count":20232995,"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","deno","github-actions"],"created_at":"2024-11-17T10:35:24.333Z","updated_at":"2025-12-24T11:56:50.839Z","avatar_url":"https://github.com/balinux.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# about \ndeploy deno to fly.io with github actions\n\n# references\nhttps://fly.io/docs/app-guides/continuous-deployment-with-github-actions/\n\n# config\n- docker : \n``` Dockerfile\nFROM hayd/deno:latest\nWORKDIR /app\nUSER deno\nADD . .\nRUN deno cache app.ts\nCMD [\"run\", \"--allow-net\", \"app.ts\" ]\n```\n  \n\n# step\n- create repo\n- create simple app, example: https://deno.land/#getting-started\n- login to fly.io with : ```flyctl auth login```\n- create token fly.io with : ```flyctl auth token```\n- go to setting on your repository\n- create a secret, name: FLY_API_TOKEN, with value fro token step 2\n- create Dockerfile add config docker\n- run flyctl apps create to create a fly.toml\n- create `.github/workflows/main.yml` file with these content: \n```\nname: Fly Deploy\non: [push]\nenv:\n  FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}\njobs:\n  deploy:\n      name: Deploy app\n      runs-on: ubuntu-latest\n      steps:\n        - uses: actions/checkout@v2\n        - uses: superfly/flyctl-actions@1.1\n          with:\n            args: \"deploy\"\n```\n\n- commit and push\n- This is where the magic happens - The push will have triggered a deploy and from now on whenever you push a change, the app will automatically be redeployed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalinux%2Fdeno-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbalinux%2Fdeno-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbalinux%2Fdeno-github-action/lists"}