File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ jobs:
373
373
# __USERNAME__="${{ secrets.GITLAB_CONTAINER_USERNAME }}" \
374
374
# __PASSWORD__="${{ secrets.GITLAB_CONTAINER_TOKEN }}" \
375
375
# __REGISTRY__="${{ secrets.NOMAD_SERVER_DATACENTERS }}" \
376
- __RESEARCHER__ : " ${{ vars .__RESEARCHER__ }}"
376
+ __RESEARCHER__ : " ${{ secrets .__RESEARCHER__ }}"
377
377
378
378
steps :
379
379
- name : Prepare Environment
@@ -409,11 +409,11 @@ jobs:
409
409
__IMAGE_FORCE_PULL__="${{ env.FORCE_PULL || 'false' }}" \
410
410
__DATACENTERS__="${{ env.NOMAD_SERVER_DATACENTERS }}" \
411
411
__NAMESPACE__="${{ env.NOMAD_SERVER_NAMESPACE }}" \
412
- envsubst < nomad/template.hcl > ${{ env.SERVICE }}.hcl
413
- cat ${{ env.SERVICE }}.hcl
412
+ envsubst < nomad/template.nomad > ${{ env.SERVICE }}.nomad
413
+ cat ${{ env.SERVICE }}.nomad
414
414
415
415
- name : Deploy TIMESTAMPED Website To Nomad
416
- run : NOMAD_TOKEN=${{ secrets.NOMAD_SERVER_TOKEN }} NOMAD_ADDR=${{ secrets.NOMAD_SERVER_ADDRESS }} nomad job run ${{ env.SERVICE }}.hcl
416
+ run : NOMAD_TOKEN=${{ secrets.NOMAD_SERVER_TOKEN }} NOMAD_ADDR=${{ secrets.NOMAD_SERVER_ADDRESS }} nomad job run ${{ env.SERVICE }}.nomad
417
417
418
418
- name : Summary output URLs
419
419
run : |
File renamed without changes.
You can’t perform that action at this time.
0 commit comments