Skip to content

Commit 91be17f

Browse files
authored
Update deploy.yml
1 parent bf320eb commit 91be17f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ on:
33
push:
44
branches: [main]
55
workflow_dispatch:
6+
67
jobs:
7-
deploy:
8-
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
8+
nucleoid_ai:
9+
uses: GreyCollar/GreyCollar/.github/workflows/deploy.yml@main
10+
with:
11+
service_name: 'nucleoid.docs'
12+
environment: 'live'
13+
install_dependencies: true
14+
run_build: true
915
secrets: inherit

0 commit comments

Comments
 (0)