commit 1481e37aac081da3e5a31d8b5f83e0db760ced76 Author: Anton Smirnov Date: Fri Mar 9 11:44:02 2018 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a09c56d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..e76249e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: docker:latest + +pages: + stage: deploy + script: + - mkdir public + - echo 'Hello World!' > public/index.html + artifacts: + paths: + - public + only: + - master diff --git a/config.json b/config.json new file mode 100644 index 0000000..353428b --- /dev/null +++ b/config.json @@ -0,0 +1,35 @@ +{ + "name": "Sand Fox Repo", + "homepage": "https://satis.sandfox.me/", + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/sandfoxme/composer-viz" + }, + { + "type": "vcs", + "url": "https://github.com/sandfoxme/php-private-access" + }, + { + "type": "vcs", + "url": "https://github.com/sandfoxme/torrent-file" + }, + { + "type": "vcs", + "url": "https://github.com/sandfoxme/unicode-entities" + }, + { + "type": "vcs", + "url": "https://github.com/sandfoxme/bencode" + }, + { + "type": "vcs", + "url": "https://github.com/sandfoxme/monsterid" + }, + { + "type": "vcs", + "url": "https://github.com/sandfoxme/phpstorm-metadata-export" + } + ], + "require-all": true +}