Skip to content

Commit

Permalink
fixed workflow names (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
hero101 authored Sep 24, 2024
1 parent 2fc4fd8 commit 76cceb5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-k8s-dev-azure.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Migrate & Deploy to Dev
name: Build & Deploy to Dev on Azure

on:
push:
Expand All @@ -25,6 +25,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v3.0.2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-k8s-dev-hetzner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Migrate & Deploy to Sandbox on Hetzner
name: Build & Deploy to Dev on Hetzner

on:
push:
Expand All @@ -25,6 +25,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v4.1.7
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-k8s-sandbox-azure.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Migrate & Deploy to Sandbox on Azure
name: Build & Deploy to Sandbox on Azure

on:
workflow_dispatch:
Expand All @@ -23,6 +23,7 @@ jobs:
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-whiteboard-collaboration-service:${{ github.sha }}
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v3.0.2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-k8s-sandbox-hetzner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Migrate & Deploy to Sandbox on Hetzner
name: Build & Deploy to Sandbox on Hetzner

on:
workflow_dispatch:
Expand All @@ -24,6 +24,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v4.1.7
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-k8s-test-azure.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Migrate & Deploy to Test on Azure
name: Build & Deploy to Test on Azure

on:
workflow_dispatch:
Expand All @@ -24,6 +24,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v3.0.2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-k8s-test-hetzner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Migrate & Deploy to Test on Hetzner
name: Build & Deploy to Test on Hetzner

on:
workflow_dispatch:
Expand All @@ -24,6 +24,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v4.1.7
Expand Down

0 comments on commit 76cceb5

Please sign in to comment.