Skip to content

Commit e1e1f2d

Browse files
committed
QAG-30: Add drush prod alias
1 parent f8aed9d commit e1e1f2d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

drush/sites/self.site.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ main:
2020
root: /app/web
2121
uri: https://main.${PROJECT}.dev.wdr.io
2222

23-
#prod:
24-
# host: production-shell.client-PROJECTNAME
25-
# ssh:
26-
# options: -J [email protected]
27-
# user: www-admin
28-
# root: /app/web
29-
# uri: https://www.domain.com
30-
23+
prod:
24+
host: production-shell.${REPOSITORY}
25+
ssh:
26+
options: -J [email protected]
27+
user: www-admin
28+
root: /app/web
29+
uri: https://production.${PROJECT}.finland.wdr.io

0 commit comments

Comments
 (0)