Skip to content

ci: debug

ci: debug #6

Workflow file for this run

name: Deploy test
on:
push:
branches:
- deploy_s3
jobs:
test-build-and-deploy-s3:
uses: ./.github/workflows/test-build-and-deploy-to-s3.yml

Check failure on line 9 in .github/workflows/deploy-test.yml

View workflow run for this annotation

GitHub Actions / Deploy test

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-test.yml" -> "./.github/workflows/test-build-and-deploy-to-s3.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
flow: deploy-staging
configuration: staging
secrets:
aws-region: ${{ secrets.AWS_REGION }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
s3-bucket-name: ${{ secrets.S3_BUCKET_NAME }}
cloudflare-zone: ${{ secrets.CLOUDFLARE_ZONE }}
cloudflare-token: ${{ secrets.CLOUDFLARE_TOKEN }}