password variable test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
25ae67fa83
commit
5ba1d5f3d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user