Test new version of auto-update plugin
This commit is contained in:
parent
cffc437aba
commit
20e3f69613
@ -19,13 +19,9 @@ steps:
|
|||||||
- name: auto-update-infra-repo
|
- name: auto-update-infra-repo
|
||||||
image: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin:latest
|
image: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin:latest
|
||||||
settings:
|
settings:
|
||||||
branch: main
|
|
||||||
git_repo: https://gitea.scubbo.org/scubbo/auto-update-test-infra-code
|
git_repo: https://gitea.scubbo.org/scubbo/auto-update-test-infra-code
|
||||||
image_tag: ${DRONE_COMMIT_SHA:0:10}
|
image_tag: ${DRONE_COMMIT_SHA:0:10}
|
||||||
destination_file: helm/deployed-images/prod
|
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:
|
access_token:
|
||||||
from_secret: gitea_pat
|
from_secret: gitea_pat
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ class HelloWorldRequestHandler(http.server.BaseHTTPRequestHandler):
|
|||||||
self.send_header('X-Clacks-Overhead', 'GNU Terry Pratchett')
|
self.send_header('X-Clacks-Overhead', 'GNU Terry Pratchett')
|
||||||
self.end_headers()
|
self.end_headers()
|
||||||
|
|
||||||
self.wfile.write(bytes('Hello universe!', 'utf8'))
|
self.wfile.write(bytes('Hello multiverse!', 'utf8'))
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user