Skip to content

🛠️ Moving hostnames. (e318bc9f7c3dffe85a790998a123b2691ef7effe) #55

🛠️ Moving hostnames. (e318bc9f7c3dffe85a790998a123b2691ef7effe)

🛠️ Moving hostnames. (e318bc9f7c3dffe85a790998a123b2691ef7effe) #55

Workflow file for this run

name: Big Bang CI/CD Pipeline
run-name: "🛠️ ${{ github.event.head_commit.message }} (${{ github.sha }})"
on:
push:
branches:
- big-bang-demo #normally 'main'
jobs:
ci-frontend:
uses: ./.github/workflows/ci-frontend.yml
with:
ref: ${{ github.sha }}
ci-backend:
uses: ./.github/workflows/ci-backend.yml
with:
ref: ${{ github.sha }}
cd-backend:
needs: [ci-frontend, ci-backend]
uses: ./.github/workflows/cd-backend.yml
with:
ref: ${{ github.sha }}
backend_host: ec2-18-207-176-189.compute-1.amazonaws.com
secrets: inherit
cd-frontend:
needs: [cd-backend]
uses: ./.github/workflows/cd-frontend.yml
with:
ref: ${{ github.sha }}
bucket_name: anyhasher-big-bang
frontend_host: anyhasher-big-bang.s3-website-us-east-1.amazonaws.com
backend_url: ec2-18-207-176-189.compute-1.amazonaws.com
secrets: inherit