We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5bc8f9 + 704825a commit 0d4e373Copy full SHA for 0d4e373
.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:
+ 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