Initial commit

master
Anton Smirnov 2018-03-09 11:44:02 +02:00
commit 1481e37aac
3 changed files with 48 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.idea

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
image: docker:latest
pages:
stage: deploy
script:
- mkdir public
- echo 'Hello World!' > public/index.html
artifacts:
paths:
- public
only:
- master

35
config.json Normal file
View File

@ -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
}