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: steps:
- name: Deploiement - name: Deploiement
image: node:18 image: node:18
environment:
PASSWORD:
from_secret: password
commands: commands:
- echo ${password} - echo ${PASSWORD}
- echo $(password) - echo $(PASSWORD)
- node -v
- git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git - git clone https://git.deligraph.be/Antoine/Oxfam_Interactive_map.git
- cd Oxfam_Interactive_map - cd Oxfam_Interactive_map
- npm install - npm install