0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00
This commit is contained in:
Robert Kaussow 2023-10-30 11:44:30 +01:00
parent 34f27285bf
commit b82562bbc7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ repository:
has_wiki: false
has_downloads: false
default_branch: master
default_branch: main
allow_squash_merge: true
allow_merge_commit: true
@ -51,7 +51,7 @@ teams:
permission: admin
branches:
- name: master
- name: main
protection:
required_pull_request_reviews: null
required_status_checks:

View File

@ -29,5 +29,5 @@ RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-re
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm passlib jsonschema && \
apk del --no-cache python3-dev libffi-dev build-base
COPY --from=build /src/dist/drone-docker-buildx /bin/drone-docker-buildx
COPY --from=build /src/dist/drone-ansible /bin/drone-ansible
ENTRYPOINT ["/bin/drone-ansible"]