diff --git a/deploy.yml b/deploy.yml index 2c125c1..17eca69 100644 --- a/deploy.yml +++ b/deploy.yml @@ -1 +1 @@ -fly -t home set-pipeline -l secrets.yml -l vars.yml -p static -c pipeline.yml +fly -t home set-pipeline -l secrets.yml -p static -c pipeline.yml diff --git a/pipeline.yml b/pipeline.yml index 3df0f61..f8f1ecb 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -18,7 +18,7 @@ resources: repository: git.pim.kunis.nl/pim/static username: pim password: ((api_key)) - tag: ((image_version)) + tag: stable icon: docker - name: apprise-notification type: apprise diff --git a/vars.yml b/vars.yml deleted file mode 100644 index 5ae52dd..0000000 --- a/vars.yml +++ /dev/null @@ -1 +0,0 @@ -image_version: "1.1"