8 Commits

Author SHA1 Message Date
Robert Schäfer
c1395f7ec1 Fix leakage of subprocesses
@mattwr18 and I could not find any other way how to prevent leftover
processes than using a complex list of npm scripts.

Watch: http://youtu.be/byovuFwNXiw
and see how we despearately try to fix this stupid problem.
2019-01-18 02:09:19 +01:00
Robert Schäfer
212725e44d Minor changes 2018-12-14 20:13:15 +01:00
Robert Schäfer
f2eca183cc Fix commit hash in deploy URL
Executable deploy scripts
2018-12-14 19:48:23 +01:00
Robert Schäfer
2088d4e495 Use deployment script for docker images
+Fix deprecation warning of docker login
2018-12-14 18:16:34 +01:00
Robert Schäfer
66f7265b15 Remove the script to trigger full stack tests
This will be handled by the frontend repo
2018-12-12 16:32:50 +01:00
Robert Schäfer
bd26f738a5 Same as this commit:
8b324fc8dd
2018-12-10 17:42:12 +01:00
Robert Schäfer
4ba03d1881 Trigger a build in our meta repository
For full stack testing.
2018-12-10 15:44:09 +01:00
Robert Schäfer
5eae8a8978 Configure Travis CI conditional builds
and add placeholder deployment. This commit should deploy to

* `production` if on branch master AND tagged
* `staging` if on branch master
* `custom` if tagged

The custom deployment is inspired by https://zeit.co/now and should
deploy features for demonstration purposes before merging into master.

It will happen that we trigger multiple deployments with this workflow:
If we deploy to production, that is going to deploy to a custom
environment and to staging. But I think this is not too problematic.

What do you think @appinteractive @mcwimpy?
2018-12-04 00:24:26 +01:00