* robots.txt added

* deploy updated
* export route changed to include file extension
This commit is contained in:
Danyi Dávid
2017-10-01 11:53:43 +02:00
parent b17a4c71f7
commit 23ad3132c3
3 changed files with 5 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ set('writable_dirs', []);
set('keep_releases', 3);
set('default_stage', 'production');
server('prod', 'alfheim.ragnarok.yvan.hu', 22)
host('alfheim.ragnarok.yvan.hu', 22)
->stage('production')
->user('yvan')
->forwardAgent()