SSL configuration in Dockerfile and drone.yml
Some checks reported errors
continuous-integration/drone/tag Build was killed
Some checks reported errors
continuous-integration/drone/tag Build was killed
This commit is contained in:
@@ -70,6 +70,8 @@ steps:
|
||||
from_secret: WS_PORT
|
||||
WS_SKEY:
|
||||
from_secret: WS_SKEY
|
||||
WS_SSL:
|
||||
from_secret: WS_SSL
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
@@ -82,6 +84,7 @@ steps:
|
||||
--build-arg VITE_WS_HOST="$WS_HOST" \
|
||||
--build-arg VITE_WS_PORT="$WS_PORT" \
|
||||
--build-arg VITE_WS_SKEY="$WS_SKEY" \
|
||||
--build-arg VITE_WS_SSL="$WS_SSL" \
|
||||
-t lila-games/tic-tac-toe-ui:$IMAGE_TAG \
|
||||
-t lila-games/tic-tac-toe-ui:latest \
|
||||
/drone/src
|
||||
|
||||
Reference in New Issue
Block a user