4 Commits

Author SHA1 Message Date
unkinben 63cc96d602 fix: update deployment
Build / build (pull_request) Successful in 39s
2024-12-28 22:57:17 +11:00
unkinben 4db2abc990 Merge pull request 'fix: ensure deploy workflow runs' (#2) from neoloc/deploy_workflow into master
Build / build (push) Successful in 39s
Deploy / deploy (push) Has been skipped
Reviewed-on: https://git.query.consul/unkin/terraform-nomad/pulls/2
2024-12-28 22:47:45 +11:00
unkinben f7fa3bbd47 fix: ensure deploy workflow runs
Build / build (pull_request) Successful in 39s
- changed `on` params
2024-12-28 22:46:20 +11:00
unkinben 2a20398c87 Merge pull request 'feat: initial setup' (#1) from neoloc/initial into master
Reviewed-on: https://git.query.consul/unkin/terraform-nomad/pulls/1
2024-12-28 22:43:19 +11:00
2 changed files with 6 additions and 6 deletions
+3
View File
@@ -2,6 +2,9 @@ name: Build
on: on:
pull_request: pull_request:
push:
branches:
- master
jobs: jobs:
build: build:
+3 -6
View File
@@ -1,15 +1,12 @@
name: Deploy name: Deploy
on: on:
workflow_run: push:
workflows: branches:
- Build - master
types:
- completed
jobs: jobs:
deploy: deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: almalinux-8 runs-on: almalinux-8
container: container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest image: git.query.consul/unkin/almalinux8-runnerdnd:latest