Skip to content

Commit

Permalink
Cleanup names
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Jan 24, 2025
1 parent d1c5a77 commit 2fb84ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:

jobs:
deploy-dev:
name: 🚀 Deploy to dev environment
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: ./.github/workflows/deploy.yaml
with:
environment: dev

deploy-prod:
name: 🚀 Deploy to prod environment
if: github.event_name == 'release'
uses: ./.github/workflows/deploy.yaml
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚀 Deploy & Configure Service
name: Deploy & Configure Service

on:
workflow_call:
Expand All @@ -9,7 +9,7 @@ on:
type: string

permissions:
id-token: write # Required for OIDC authentication w/ AWS
id-token: write # Required for OIDC authentication w/ AWS
contents: read

concurrency:
Expand Down

0 comments on commit 2fb84ef

Please sign in to comment.