Skip to content

Merge pull request #132 from AlexsLemonade/jen-omalley/troubleshootin… #82

Merge pull request #132 from AlexsLemonade/jen-omalley/troubleshootin…

Merge pull request #132 from AlexsLemonade/jen-omalley/troubleshootin… #82

Workflow file for this run

name: Build-Deploy-AWS

Check failure on line 1 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
workflow_dispatch:
branches:
- main
- test-cicd
jobs:
build:
runs-on: ubuntu-latest
environment: dev
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}