diff --git a/.probo.yml b/.probo.yml new file mode 100644 index 0000000..0cdac5e --- /dev/null +++ b/.probo.yml @@ -0,0 +1,13 @@ +# Each step is the build/test process +# the name of each step is the build context, and will get its own status updates +steps: + - name: Install + plugin: 'Shell' + command: "rsync -av $SRC_DIR/ /var/www/" + - name: Look Around + plugin: 'Shell' # this is the default plugin + command: "ls $SRC_DIR" + - name: Show Readme + plugin: 'Shell' + command: "cat $SRC_DIR/README" + diff --git a/README b/README index 72d7f20..a2ac8f1 100644 --- a/README +++ b/README @@ -1 +1,3 @@ +Cool stuff... + Testing Probo diff --git a/index.php b/index.php new file mode 100644 index 0000000..3ed0ba8 --- /dev/null +++ b/index.php @@ -0,0 +1,5 @@ +