Skip to content
Snippets Groups Projects
Commit 4e347305 authored by Sunny Singh's avatar Sunny Singh
Browse files

Delete .gitlab-ci-yml

parent 5d128675
No related branches found
No related tags found
No related merge requests found
image: cirrusci/flutter:stable
stages:
- build
- deploy
build:
stage: build
script:
- flutter config --enable-web
- flutter build web --release
artifacts:
paths:
- build/web
pages:
stage: deploy
script:
- mv build/web public
artifacts:
paths:
- public
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment