+3
-3
@@ -13,10 +13,10 @@ steps:
|
|||||||
IMG_TAG="${DRONE_BUILD_NUMBER}-${DRONE_BRANCH}"
|
IMG_TAG="${DRONE_BUILD_NUMBER}-${DRONE_BRANCH}"
|
||||||
echo -n "$IMG_TAG,$SHORT_SHA" > .tags
|
echo -n "$IMG_TAG,$SHORT_SHA" > .tags
|
||||||
echo "Image tags -> $IMG_TAG , $SHORT_SHA"
|
echo "Image tags -> $IMG_TAG , $SHORT_SHA"
|
||||||
- rm -rf build
|
- rm -rf pwa_dist
|
||||||
- flutter pub get
|
- flutter pub get
|
||||||
- flutter build web --release --output=build/tm_pwa
|
- flutter build web --release --output=pwa_dist
|
||||||
- ls -ltrh build/tm_pwa
|
- ls -ltrh pwa_dist
|
||||||
|
|
||||||
- name: push pwa
|
- name: push pwa
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user