Added Gitea logo to footer #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "gitea-logo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #16
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:
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.
OK, let's merge this.