Skip to content

Commit 4c0a708

Browse files
committed
Added deployment commands
1 parent c7618b2 commit 4c0a708

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ env:
1515

1616
install:
1717
- pip install -U platformio
18-
- platformio lib install 561 562
18+
- platformio lib install 561 562
1919

2020
script:
2121
- platformio ci --lib="." --board=nodemcuv2
22+
23+
deploy:
24+
provider: releases
25+
api_key: "zbL7vJQoM9WdNxSdm3he"
26+
file: ".pioenvs/nodemcuv2/firmware.elf"
27+
overwrite: true
28+
skip_cleanup: true
29+
on:
30+
tags: true

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
},
1313
"frameworks": "arduino",
1414
"platforms": "espressif",
15-
"version": "1.0.4"
15+
"version": "1.0.5"
1616
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP8266 Weather Station
2-
version=1.0.3
2+
version=1.0.5
33
author=Daniel Eichhorn
44
maintainer=Daniel Eichhorn <[email protected]>
55
sentence=ESP8266 based internet connected Weather Station

0 commit comments

Comments
 (0)