Commit 2c2bb81e by Jonathan Thomas

Fixing yml syntax

parent 0f05f99d
Pipeline #12218 canceled with stages
in 1 minute 56 seconds
...@@ -78,10 +78,6 @@ deploy_modrinth: ...@@ -78,10 +78,6 @@ deploy_modrinth:
- creaturechat*.jar - creaturechat*.jar
environment: environment:
name: production name: production
secrets:
MODRINTH_API_KEY:
description: "API key for Modrinth"
required: true
# Deploy to CurseForge # Deploy to CurseForge
deploy_curseforge: deploy_curseforge:
...@@ -96,7 +92,3 @@ deploy_curseforge: ...@@ -96,7 +92,3 @@ deploy_curseforge:
- creaturechat*.jar - creaturechat*.jar
environment: environment:
name: production name: production
secrets:
CURSEFORGE_API_KEY:
description: "API key for CurseForge"
required: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment