Change domain name for pub repo

This commit is contained in:
zontreck 2024-07-08 02:23:38 -07:00
parent 1312310699
commit bbd5c75492

View file

@ -75,6 +75,6 @@ RUN /flutter/bin/flutter precache
ADD pub.secret /
RUN cat /pub.secret | dart pub token add https://forgejo.example.com/api/packages/ariascreations/pub
RUN cat /pub.secret | dart pub token add https://git.zontreck.com/api/packages/ariascreations/pub
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "Linux", "-workDir", "/builder" ]