This commit is contained in:
parent
a27421434b
commit
82f2c39466
@ -9,7 +9,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- npx wrangler pages publish dist --project-name=the-abstraction-engine
|
- npx wrangler pages deploy dist --project-name=the-abstraction-engine
|
||||||
environment:
|
environment:
|
||||||
CLOUDFLARE_API_TOKEN:
|
CLOUDFLARE_API_TOKEN:
|
||||||
from_secret: CLOUDFLARE_API_TOKEN
|
from_secret: CLOUDFLARE_API_TOKEN
|
||||||
|
@ -10,7 +10,7 @@ export const Title = ({ setReady }: TitleProps) => {
|
|||||||
<p>
|
<p>
|
||||||
engine{" "}
|
engine{" "}
|
||||||
<a
|
<a
|
||||||
href="https://git.simponic.xyz/the-abstraction-engine"
|
href="https://git.simponic.xyz/simponic/the-abstraction-engine"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
from scratch
|
from scratch
|
||||||
|
Loading…
Reference in New Issue
Block a user