Skip to content

Commit

Permalink
nomad 디플로이 테스트 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-saro committed Jun 29, 2024
1 parent 786970f commit 3dc3bb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/nomad-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
run: |
./gradlew clean build
- name: Setup nomad-pack
uses: hashicorp/setup-nomad-pack@main
- name: Setup `nomad`
uses: hashicorp/setup-nomad@main
id: setup

- name: Run `nomad-pack`
id: run
run: "nomad-pack run ."
- name: Deploy to Nomad
env:
NOMAD_ADDR: "${{ secrets.NOMAD_ADDR }}"
NOMAD_TOKEN: "${{ secrets.NOMAD_TOKEN }}"
continue-on-error: true
NOMAD_ADDR: ${{ secrets.NOMAD_ADDR }}
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
run: |
nomad job run anissia-core.nomad
5 changes: 0 additions & 5 deletions metadata.hcl

This file was deleted.

0 comments on commit 3dc3bb2

Please sign in to comment.