Skip to content

Commit

Permalink
ATOR-193 - Add nomad creds, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Mar 26, 2024
1 parent 7609a80 commit e3d34ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
environment: dev
nomad-cacert: operations/admin-ui-ca.crt
nomad-token: ${{ secrets.NOMAD_TOKEN_METRICS_DEPLOY }}
nomad-token: ${{ secrets.NOMAD_TOKEN_METRICS_SERVICE_DEPLOY }}
nomad-addr: ${{ secrets.NOMAD_DEPLOY_ADDR }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.idea
dist
.env

0 comments on commit e3d34ee

Please sign in to comment.