Skip to content

Commit

Permalink
[release] 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qazz92 committed Nov 2, 2020
1 parent 275b86b commit a4e16ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Deploy with Nomad
uses: qazz92/nomad-deploy
with:
token: '{{ secrets.YOUR_NOMAD_SECRET }}'
address: '{{ secrets.YOUR_NOMAD_SERVER }}'
token: ${{ secrets.YOUR_NOMAD_SECRET }}
address: ${{ secrets.YOUR_NOMAD_SERVER }}
job: path/to/your/nomad/job/file
config: path/to/your/levant/config/file
```
Expand Down
5 changes: 0 additions & 5 deletions deploy
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#! /usr/bin/env bash

echo "$NOMAD_TOKEN"
echo "$NOMAD_ADDR"
echo "$NOMAD_JOB"
echo "$LEVANT_CONFIG"

levant deploy -var-file "$LEVANT_CONFIG" "$NOMAD_JOB"

0 comments on commit a4e16ed

Please sign in to comment.