Skip to content

Build and Deploy jobs #1

Build and Deploy jobs

Build and Deploy jobs #1

Workflow file for this run

name: Deploy to Staging
on:
push:
branches:
- staging
jobs:
lint:
uses: ./.github/workflows/jobs/coding-standards.yml

Check failure on line 10 in .github/workflows/staging.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/staging.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
test:
uses: ./.github/workflows/jobs/code-quality.yml
build:
uses: ./.github/workflows/jobs/build.yml
deploy:
uses: ./.github/workflows/jobs/deploy.yml
with:
name: staging
url: https://staging.fueled.com