Add github action for deployment

This commit is contained in:
Björn Fromme
2021-03-04 17:02:17 +01:00
parent b553be5039
commit 156f7e25d4
2 changed files with 51 additions and 2 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ add('shared_dirs', [
'config/sites',
]);
host('production')
->hostname('185.237.67.190')
host('185.237.67.190')
->stage('production')
->user('p546128')
->forwardAgent()
->multiplexing()