Write build version to file on deploy (#24)
This commit is contained in:
parent
07664e29cd
commit
e1c666e3ad
@ -55,6 +55,7 @@ steps:
|
|||||||
- cd www
|
- cd www
|
||||||
- sed -i 's/<base href="\\/" \\/>/<base href="\\/i\\/"\\/>/' index.html
|
- sed -i 's/<base href="\\/" \\/>/<base href="\\/i\\/"\\/>/' index.html
|
||||||
- sed -i 's/Ionic App/Noded/' index.html
|
- sed -i 's/Ionic App/Noded/' index.html
|
||||||
|
- echo -n '${DRONE_TAG}-staging' | sudo tee version.html
|
||||||
when:
|
when:
|
||||||
event: promote
|
event: promote
|
||||||
target: staging
|
target: staging
|
||||||
@ -92,6 +93,7 @@ steps:
|
|||||||
- cd www
|
- cd www
|
||||||
- sed -i 's/<base href="\\/" \\/>/<base href="\\/i\\/"\\/>/' index.html
|
- sed -i 's/<base href="\\/" \\/>/<base href="\\/i\\/"\\/>/' index.html
|
||||||
- sed -i 's/Ionic App/Noded/' index.html
|
- sed -i 's/Ionic App/Noded/' index.html
|
||||||
|
- echo -n '${DRONE_TAG}-prod' | sudo tee version.html
|
||||||
when:
|
when:
|
||||||
event: promote
|
event: promote
|
||||||
target: production
|
target: production
|
||||||
|
Loading…
Reference in New Issue
Block a user