Skip to content

Commit

Permalink
update manifest deploy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Nov 24, 2023
1 parent f07bccc commit f25041d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,11 @@ jobs:

- name: Deploy
if: github.event.release
uses: lbertenasco/s3-deploy@v1
uses: reggionick/s3-deploy@v4
with:
folder: install-konnected
bucket: install-konnected
bucket-region: us-east-1
dist-id: E2FDL2RANMI9J7
invalidation: /manifests/*

2 changes: 1 addition & 1 deletion garage-door-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ logger:
level: DEBUG
logs:
ledc.output: INFO
vl53l0x: INFO
vl53l0x: DEBUG
sensor: INFO
json: INFO
api: DEBUG
Expand Down
5 changes: 3 additions & 2 deletions scripts/update-espwebtools-manifests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
]
}
end

File.write("install-konnected/manifests/#{ENV['MANIFEST_FNAME']}", JSON.dump(manifest))
json = JSON.dump(manifest)
puts json
File.write("install-konnected/manifests/#{ENV['MANIFEST_FNAME']}", json)

0 comments on commit f25041d

Please sign in to comment.