Skip to content

Create README.md

Create README.md #4

# name: Prod Continuous Deployment Workflow
# on:
# push:
# branches: [ prod ]
# jobs:
# create-environment-and-deploy-app:
# name: Create Environment and Deploy App
# uses: ./.github/workflows/create-cluster.yml
# secrets: inherit
# run-tests:
# name: Run Integration Tests
# needs: [create-environment-and-deploy-app]
# uses: ./.github/workflows/run-tests.yml
# secrets: inherit