From fb504925d8764dba5a0e3380b00f3075cf1fa207 Mon Sep 17 00:00:00 2001 From: hassy veldstra Date: Thu, 30 Jun 2016 12:05:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc0442a..73825ae 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,9 @@ The contents of the public folder will then be uploaded to the specified Amazon ### Deploying to Production -The production URL is [http://inspirationalsearch.spies.dk/isearch/prod/index.html](http://inspirationalsearch.spies.dk/isearch/prod/index.html) +The production URL is [http://inspirationalsearch.spies.dk/isearch/prod/index.html](http://inspirationalsearch.spies.dk/) -To deploy to production merge `master` into `prod` and Codeship will do the rest (call `gulp prod:deploy` with the S3 bucket name set to `inspirationalsearch.spies.dk`) +To deploy to production create a PR from `master` into `prod`. Once that's merged Codeship will do the rest (basically calling `gulp prod:deploy` with the S3 bucket name set to `inspirationalsearch.spies.dk`). # APPENDIX