Skip to content

Commit

Permalink
Improve Github variables, workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bdb-dd committed Apr 17, 2024
1 parent 5599e02 commit f93bad6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger auto deployment for digdir-assistants-altinn
name: prod-slack-altinn - Auto deploy

# When this action will be executed
on:
Expand All @@ -8,14 +8,15 @@ on:
[ release ]
paths:
- '**'
- '.github/workflows/digdir-assistants-altinn-AutoDeployTrigger-06da9e65-21d6-4cd0-803b-5776683d6cfc.yml'
- '.github/workflows/prod-slack-altinn-AutoDeployTrigger-06da9e65-21d6-4cd0-803b-5776683d6cfc.yml'

# Allow manual trigger
workflow_dispatch:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: prod-slack-altinn

steps:
- name: Checkout to the branch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger auto deployment for digdir-assistants
name: prod-slack-altinndevops - Auto deploy

# When this action will be executed
on:
Expand All @@ -8,14 +8,15 @@ on:
[ release ]
paths:
- '**'
- '.github/workflows/digdir-assistants-AutoDeployTrigger-bbf1dda7-6862-4a86-94e1-9466cec169a6.yml'
- '.github/workflows/prod-slack-altinndevops-AutoDeployTrigger-bbf1dda7-6862-4a86-94e1-9466cec169a6.yml'

# Allow manual trigger
workflow_dispatch:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: prod-slack-altinndevops

steps:
- name: Checkout to the branch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger auto deployment for digdir-assistants-test
name: test-slack-digdir - Auto deploy

# When this action will be executed
on:
Expand All @@ -8,15 +8,15 @@ on:
[ main ]
paths:
- '**'
- '.github/workflows/digdir-assistants-test-AutoDeployTrigger-219d7bf4-be08-4d50-8074-9c2bc8dfba13.yml'
- '.github/workflows/test-slack-digdir-AutoDeployTrigger-219d7bf4-be08-4d50-8074-9c2bc8dfba13.yml'

# Allow manual trigger
workflow_dispatch:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: test
environment: test-slack-digdir

steps:
- name: Checkout to the branch
Expand Down

0 comments on commit f93bad6

Please sign in to comment.