We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf320eb + d89012a commit 93838feCopy full SHA for 93838fe
.github/workflows/deploy.yml
@@ -3,7 +3,14 @@ on:
3
push:
4
branches: [main]
5
workflow_dispatch:
6
+
7
jobs:
- deploy:
8
- uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
9
- secrets: inherit
+ nucleoid_ai:
+ 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
15
+ secrets:
16
+ DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
0 commit comments