{"id":22138280,"url":"https://github.com/z0mbix/deploygif","last_synced_at":"2025-03-24T10:26:35.167Z","repository":{"id":139776675,"uuid":"57228682","full_name":"z0mbix/deploygif","owner":"z0mbix","description":"Application code for the deploygif service","archived":false,"fork":false,"pushed_at":"2016-05-25T13:22:09.000Z","size":64,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T15:50:46.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://deploygif.com","language":"CSS","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/z0mbix.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":"2016-04-27T16:27:15.000Z","updated_at":"2024-08-24T23:42:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a9e1065-ca2a-4075-a9be-cc21fef5192a","html_url":"https://github.com/z0mbix/deploygif","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/z0mbix%2Fdeploygif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fdeploygif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fdeploygif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0mbix%2Fdeploygif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z0mbix","download_url":"https://codeload.github.com/z0mbix/deploygif/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245251231,"owners_count":20584841,"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-12-01T20:09:17.872Z","updated_at":"2025-03-24T10:26:35.126Z","avatar_url":"https://github.com/z0mbix.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Get gifs when you deploy\n========================\n\nThis is the application code for [deploygif.com](http://deploygif.com).\n\n## Infrastructure\n\nThe code that manages the Infrastructure can be found in a separate GitHub repository ([z0mbix/deploygif-infrastructure](https://github.com/z0mbix/deploygif-infrastructure))\n\n## Description\n\nFancy putting silly animated gifs in your HipChat/Slack rooms after a deploy, even if they fail?\n\nWhen calling this service it will return a link to a random animated gif\nrelevant to the requested path (/success or /fail)\n\n## Usage\n\nYou've done a successful deploy, celebrate by hitting:\n\n    $ curl http://deploygif.com/success\n    http://replygif.net/i/1072.gif\n\nYour deploy didn't really go to plan, commiserate with:\n\n    $ curl http://deploygif.com/fail\n    http://replygif.net/i/902.gif\n\nIf you want a json response for some reason you can either add *json=1* to the query string:\n\n    $ curl http://deploygif.io/success?json=1\n    {\"url\":\"http:\\/\\/cdn.thelisticles.net\\/wp-content\\/uploads\\/2014\\/11\\/152.gif\"}\n\nor, send the *'application/json'* Accept header:\n\n    $ curl http://deploygif.io/success -H 'Accept: application/json'\n    {\"url\":\"http:\\/\\/replygif.net\\/i\\/96.gif\"}\n\nor, just use the .json extension:\n\n    $ curl http://deploygif.io/success.json\n    {\"url\":\"http:\\/\\/replygif.net\\/i\\/96.gif\"}\n\nTo post these directly in to Slack or HipChat, you can use:\n\n    $ curl http://deploygif.io/success.gif\n    $ curl http://deploygif.io/fail.gif\n\n## Migrations\n\nTo run redis database migrations, you can add a new one in the *'migrations'* directory and run:\n\n    $ make migrate\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0mbix%2Fdeploygif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz0mbix%2Fdeploygif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0mbix%2Fdeploygif/lists"}