Skip to content

Commit

Permalink
Change workflow example names again
Browse files Browse the repository at this point in the history
  • Loading branch information
baksetercx committed Dec 21, 2024
1 parent 9780746 commit 8a7eee3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy to Kubernetes with Dockerfile on Google Cloud
name: Build and deploy to Atlas with Dockerfile on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dockerfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy to Kubernetes with Dockerfile
name: Build and deploy to Atlas with Dockerfile

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dotnet-google.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy a .NET application to Kubernetes on Google Cloud
name: Build and deploy .NET to Atlas on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dotnet-iss.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy a .NET application to ISS
name: Build and deploy .NET to Atlas ISS

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy a .NET application to Kubernetes
name: Build and deploy .NET to Atlas

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-go-google.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy a Go application to Kubernetes on Google Cloud
name: Build and deploy Go to Atlas on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy a Go application to Kubernetes
name: Build and deploy Go application to Atlas

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-python-google.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy a Python application to Kubernetes on Google Cloud
name: Build and deploy Python to Atlas on Google Cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-build-deploy-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy a Python application to Kubernetes
name: Build and deploy Python to Atlas

on:
push:
Expand Down

0 comments on commit 8a7eee3

Please sign in to comment.