Implemented forgejo ci

This commit is contained in:
Firq 2023-12-21 00:16:39 +01:00
parent 73d0debc1e
commit 83661b9d38
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
6 changed files with 154 additions and 3 deletions

View file

@ -1,5 +1,4 @@
export default {
site: 'staging.firq.dev',
puppeteerOptions: {
args: ["--no-sandbox", "--disable-setuid-sandbox"],
},
@ -7,6 +6,5 @@ export default {
budget: 90,
buildStatic: true
},
auth: { username: "staging", password: "staging" },
outputPath: "unlighthouse-reports",
}