fix(deploy-static-site): remove namespace apply (pre-created in infra setup)
This commit is contained in:
parent
52c37b1fd5
commit
ae48e175e2
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ runs:
|
||||||
- name: Deploy Nomad job
|
- name: Deploy Nomad job
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
nomad namespace apply static-sites
|
|
||||||
nix eval --raw --impure \
|
nix eval --raw --impure \
|
||||||
--expr "import ${{ github.action_path }}/nomad-job.nix" \
|
--expr "import ${{ github.action_path }}/nomad-job.nix" \
|
||||||
| nomad job run -json -
|
| nomad job run -json -
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue