mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
fix(ci): clean YAML syntax in workflow files
This commit is contained in:
parent
ab879f26b6
commit
924b7967c3
3
.github/workflows/web-vercel.yml
vendored
3
.github/workflows/web-vercel.yml
vendored
@ -32,5 +32,4 @@ jobs:
|
|||||||
- run: flutter build web --release --dart-define=API_BASE=https://api.tunestream.io
|
- run: flutter build web --release --dart-define=API_BASE=https://api.tunestream.io
|
||||||
- run: npm i -g vercel
|
- run: npm i -g vercel
|
||||||
# deploy del directorio estático generado por Flutter
|
# deploy del directorio estático generado por Flutter
|
||||||
- run: vercel deploy --prod build/web --yes --token ${{ secrets.VERCEL_TOKEN }} --name tunestream-app
|
- run: vercel deploy --prod build/web --yes --token ${{ secrets.VERCEL_TOKEN }} --name tunestream-app
|
||||||
YAML < /dev/null
|
|
@ -19,5 +19,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
JSON < /dev/null
|
|
Loading…
Reference in New Issue
Block a user