Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Perry committed Jun 11, 2023
1 parent 50f01b5 commit d3826b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,7 @@ jobs:
list-files: 'json'
filters: |
nomadjobs:
- 'bitwarden/!(*.job)'
- 'couchpotato/!(*.job)'
- 'flaresolverr/!(*.job)'
- 'gitea/!(*.job)'
- 'haproxy/!(*.job)'
- 'haproxy-pub/!(*.job)'
- '!jackett/nomad.job'
- 'heimdall/!(*.job)'
- 'lazylibrarian/!(*.job)'
- 'linuxgsm/!(*.job)'
- 'murmur/!(*.job)'
- 'nextcloud/!(*.job)'
- 'nginx-pot-pub/!(*.job)'
- 'nginx-pub/!(*.job)'
- 'octoprint/!(*.job)'
- 'postgres/!(*.job)'
- 'qbittorrent/!(*.job)'
- 'synclounge/!(*.job)'
- 'tautulli/!(*.job)'
- 'uploader/!(*.job)'
- 'wordpress/!(*.job)'
- 'zigbee2mqtt/!(*.job)'
- 'jackett/!(nomad.job)'
- '**/*.job'
deploy:
Expand Down
2 changes: 1 addition & 1 deletion jackett/nomad.job
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ job "jackett" {
type = "service"

meta {
version = "2"
version = "1"
}

constraint {
Expand Down
4 changes: 2 additions & 2 deletions plex/nomad.job
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ job "plex" {
}

resources {
cpu = 400
memory = 8000
cpu = 4000
memory = 1024
}
}
}
Expand Down

0 comments on commit d3826b7

Please sign in to comment.