Skip to content

updated DNS records for mainwaring.dev #58

updated DNS records for mainwaring.dev

updated DNS records for mainwaring.dev #58

Workflow file for this run

# Documentation: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: "Strapi: Deploy API"
on:
push:
branches:
- main
paths:

Check failure on line 7 in .github/workflows/strapi-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/strapi-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- 'config/**'
- 'src/**'
- 'package.json',
- 'package-lock.json'
workflow_dispatch:
jobs:
deploy:
name: "Deploy API Application to Digital Ocean"
runs-on: ubuntu-latest
environment: Production
steps:
- uses: actions/checkout@v4
- uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
- run: doctl apps create-deployment f684eb04-5a28-427f-85f6-bb9e2b6c5326