Skip to content

Commit 0d4e373

Browse files
authored
Merge pull request #38 from NucleoidAI/use-reusable-workflow
Use reusable workflow
2 parents d5bc8f9 + 704825a commit 0d4e373

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)