Environment to the correct step

This commit is contained in:
starcalc 2022-06-22 22:27:00 +02:00
parent 750cbdf443
commit 9bcdfcf56c
1 changed files with 8 additions and 7 deletions

View File

@ -26,6 +26,13 @@ steps:
- platformio run --environment d1_mini
# Build file system image
- platformio run --target buildfs --environment d1_mini
environment:
hostname:
from_secret: hostname
IOTSSID:
from_secret: iotssid
iotpwd:
from_secret: iotpwd
- name: upload
image: python:3.10
commands:
@ -37,13 +44,7 @@ steps:
# (Build if necessary and) Upload Filesystem Image (here: OTA)
# - platformio run --target uploadfs --environment d1_mini
environment:
hostname:
from_secret: hostname
IOTSSID:
from_secret: iotssid
iotpwd:
from_secret: iotpwd
#- name: release
# image: python:3.10 # eclipse/platformio #
# commands: