Write build version to file on deploy (#24)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 4 years ago
parent 07664e29cd
commit e1c666e3ad
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -55,6 +55,7 @@ steps:
- cd www
- sed -i 's/<base href="\\/" \\/>/<base href="\\/i\\/"\\/>/' index.html
- sed -i 's/Ionic App/Noded/' index.html
- echo -n '${DRONE_TAG}-staging' | sudo tee version.html
when:
event: promote
target: staging
@ -92,6 +93,7 @@ steps:
- cd www
- sed -i 's/<base href="\\/" \\/>/<base href="\\/i\\/"\\/>/' index.html
- sed -i 's/Ionic App/Noded/' index.html
- echo -n '${DRONE_TAG}-prod' | sudo tee version.html
when:
event: promote
target: production

Loading…
Cancel
Save