password variable test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-07-24 17:07:24 +02:00
parent 25ae67fa83
commit 5ba1d5f3d9

View File

@ -14,10 +14,12 @@ server:
steps:
- name: Deploiement
image: node:18
environment:
PASSWORD:
from_secret: password
commands:
- echo ${password}
- echo $(password)
- node -v
- echo ${PASSWORD}
- echo $(PASSWORD)
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
- cd Oxfam_Interactive_map
- npm install