testing | dont be recursive for external domains | finalize oauth #5

Merged
simponic merged 24 commits from dont-be-authoritative into main 2024-04-06 15:43:19 -04:00
1 changed files with 15 additions and 9 deletions
Showing only changes of commit 14b450b9c8 - Show all commits

View File

@ -1,15 +1,26 @@
---
kind: pipeline
type: docker
name: deployment
name: build
steps:
- name: run tests
image: golang
commands:
- go build
- go test -v ./...
- go test -p 1 -v ./...
trigger:
event:
- pull_request
- push
---
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
@ -19,10 +30,6 @@ steps:
from_secret: gitea_packpub_password
registry: git.hatecomputers.club
repo: git.hatecomputers.club/hatecomputers/hatecomputers.club
when:
branch:
- main
- name: ssh
image: appleboy/drone-ssh
settings:
@ -34,10 +41,9 @@ steps:
command_timeout: 2m
script:
- systemctl restart docker-compose@hatecomputers-club
when:
branch:
- main
trigger:
branch:
- main
event:
- push