Add git credentials
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -9,6 +9,12 @@ trigger:
|
|||||||
branch:
|
branch:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
environment:
|
||||||
|
DRONE_GIT_USERNAME:
|
||||||
|
from_secret: drone_git_username
|
||||||
|
DRONE_GIT_PASSWORD:
|
||||||
|
from_secret: drone_git_password
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
@@ -53,6 +59,12 @@ trigger:
|
|||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
environment:
|
||||||
|
DRONE_GIT_USERNAME:
|
||||||
|
from_secret: drone_git_username
|
||||||
|
DRONE_GIT_PASSWORD:
|
||||||
|
from_secret: drone_git_password
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user