diff --git a/ci/Makefile b/ci/Makefile new file mode 100644 index 0000000..d0397ad --- /dev/null +++ b/ci/Makefile @@ -0,0 +1,2 @@ +set-pipeline: + fly -t kurtmc set-pipeline -p cv -c pipeline.yml -n diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 9bc89a3..f9da29c 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -6,14 +6,14 @@ resources: uri: https://github.com/kurtmc/cv.git branch: master username: kurtmc - password: ((access_token)) + password: ((github-token)) - name: gh-release type: github-release source: user: kurtmc repository: cv - access_token: ((access_token)) + access_token: ((github-token)) jobs: diff --git a/version b/version index 6a11e82..9aaae2c 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.22 +v0.0.23