diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 176c77d..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -1,10 +0,0 @@ -pipeline: - publish: - image: plugins/docker - secrets: [ docker_username, docker_password ] - settings: - repo: chewingbever/pieter - tag: ${CI_COMMIT_TAG} - when: - branch: main - event: tag diff --git a/app.py b/app.py index 60c40f9..749cc13 100644 --- a/app.py +++ b/app.py @@ -64,6 +64,4 @@ def upload_file(): return {'message': 'Failed to add file to repository.'}, 500 - print(f"Uploaded {file}") - return {'message': 'Success.'}, 200