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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user