Added Gitea logo to footer #18

Merged
decentral1se merged 1 commits from gitea-logo into master 2020-04-18 15:27:52 +00:00
Contributor

Closes #16

Closes #16
Owner

LGTM!

I think the build failed because of the trigger setup on the .drone.yml file which still triggers the deployment process but the ssh key secret is locked out of pull requests. I think the the following patch might fix that:

diff --git a/.drone.yml b/.drone.yml
index 2b6e593..29fe7cd 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -11,3 +11,6 @@ steps:
     trigger:
       branch:
         - master
+      event:
+        exclude:
+          - pull_request

We just need something to ignore pull requests and only deploy on master merges. I was looking at https://docs.drone.io/pipeline/triggers/ for that.

LGTM! I think the build failed because of the trigger setup on the [.drone.yml](https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/src/branch/master/.drone.yml) file which still triggers the deployment process but the ssh key secret is locked out of pull requests. I think the the following patch might fix that: ```diff diff --git a/.drone.yml b/.drone.yml index 2b6e593..29fe7cd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,6 @@ steps: trigger: branch: - master + event: + exclude: + - pull_request ``` We just need something to ignore pull requests and only deploy on master merges. I was looking at https://docs.drone.io/pipeline/triggers/ for that.
Owner

OK, let's merge this.

OK, let's merge this.
decentral1se closed this pull request 2020-04-18 15:27:52 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: autonomic-cooperative/autonomic.zone#18
No description provided.