updated build work flow
All checks were successful
Build and Deploy docker container / build (push) Successful in 3m25s

This commit is contained in:
Jonathan Branan 2024-10-20 00:45:46 -05:00
parent e9853f51ec
commit a27431ef21

View File

@ -1,4 +1,4 @@
name: Build docker container
name: Build and Deploy docker container
on:
push:
@ -35,3 +35,4 @@ jobs:
url: 'http://192.168.4.11:7777/v1/update'
method: 'GET'
bearerToken: ${{ secrets.DEPLOYTOKEN }}
preventFailureOnNoResponse: 'true'