Initial commit

master
Anton Smirnov 5 years ago
commit 1481e37aac

1
.gitignore vendored

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

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

@ -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
}
Loading…
Cancel
Save