diff --git a/.drone.yml b/.drone.yml index f8827cf..9d5de1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,13 +19,9 @@ steps: - name: auto-update-infra-repo image: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin:latest settings: - branch: main git_repo: https://gitea.scubbo.org/scubbo/auto-update-test-infra-code image_tag: ${DRONE_COMMIT_SHA:0:10} destination_file: helm/deployed-images/prod - author_email: scubbojj@gmail.com - author_name: Jack Jackson - commit_message: "[Auto] Update Prod to ${DRONE_COMMIT_SHA:0:10}" access_token: from_secret: gitea_pat diff --git a/script.py b/script.py index 16bc983..6249186 100644 --- a/script.py +++ b/script.py @@ -10,7 +10,7 @@ class HelloWorldRequestHandler(http.server.BaseHTTPRequestHandler): self.send_header('X-Clacks-Overhead', 'GNU Terry Pratchett') self.end_headers() - self.wfile.write(bytes('Hello universe!', 'utf8')) + self.wfile.write(bytes('Hello multiverse!', 'utf8')) def main():