Initial commit - README

This commit is contained in:
laurens 2020-04-18 20:45:38 +02:00
commit fcaa190f96

12
README.md Normal file
View file

@ -0,0 +1,12 @@
Concourse scripts
============
This is a collection of concourse CI scripts/pipelines/resources/... I use in my personal CI.
Mostly as reference for me if I ever have to setup something.
Login to server
------------
~~~ bash
$ fly -t main login -c http://server.lan:8081
~~~