Skip to content

Merge branch 'main' of https://github.com/shammy642/MusicTheory #1

Merge branch 'main' of https://github.com/shammy642/MusicTheory

Merge branch 'main' of https://github.com/shammy642/MusicTheory #1

Workflow file for this run

name: Basic deploy
on:
push:
branches: [ main ]
jobs:
EC2-Deploy:
runs-on: ubuntu-latest
steps:
- id: deploy
uses: kidsmusictheory/@v1.0.0

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Basic deploy

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 11, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'kidsmusictheory/@v1.0.0' Input string was not in a correct format.
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_default_region: eu-west-2
aws_elb_app_port: 8080 # This should match the docker exposed port. Defaults to 3000.