In this repository are the actions for the deployment
name: NAME
on:
workflow_dispatch:
push:
branches:
- "develop"
jobs:
deployment:
uses: keiron-git/ReusableWorkflow/.github/workflows/buildKanikoAndChangeImage.yml@main
with:
namespace: NAMESPACES
app_name: APPNAME
image_repository_name: NAME_ECR
cluster_name: EKS_NAME
environment: ENVIRONMENT
runner: RUNNER
secrets:
aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
personal_token: ${{ secrets.PERSONAL_TOKEN }}
name: NAME
on:
workflow_dispatch:
push:
branches:
- "develop"
jobs:
deployment:
uses: keiron-git/ReusableWorkflow/.github/workflows/buildImageAndPublishECR.yml@main
with:
namespace: NAMESPACES
app_name: APPNAME
image_repository_name: NAME_ECR
cluster_name: EKS_NAME
environment: ENVIRONMENT
runner: RUNNER
secrets:
aws_account_id: ${{ secrets.AWS_ACCOUNT_ID }}
personal_token: ${{ secrets.PERSONAL_TOKEN }}