Skip to content

Shopping cart feature debugged and refactoring. Cart route added #15

Shopping cart feature debugged and refactoring. Cart route added

Shopping cart feature debugged and refactoring. Cart route added #15

Workflow file for this run

name: Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/fly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/fly.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@main
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}