mirror of
https://github.com/sstent/foodplanner.git
synced 2026-03-15 01:35:25 +00:00
fix(dev): Fix syntax in nomad-deploy-dev workflow
All checks were successful
Build and Push Docker Image (DEV) / build-and-push (push) Successful in 46s
All checks were successful
Build and Push Docker Image (DEV) / build-and-push (push) Successful in 46s
This commit is contained in:
4
.github/workflows/nomad-deploy-dev.yml
vendored
4
.github/workflows/nomad-deploy-dev.yml
vendored
@@ -51,6 +51,6 @@ jobs:
|
||||
run: |
|
||||
echo "Deploying container version: ${{ steps.container_version.outputs.sha }}"
|
||||
nomad status
|
||||
nomad job run
|
||||
-var="container_version=${{ steps.container_version.outputs.sha }}"
|
||||
nomad job run \
|
||||
-var="container_version=${{ steps.container_version.outputs.sha }}" \
|
||||
foodplanner-dev.nomad
|
||||
|
||||
Reference in New Issue
Block a user