Provide secret
This commit is contained in:
parent
f1cc8119ba
commit
587497aba5
@ -17,8 +17,13 @@ steps:
|
|||||||
|
|
||||||
- name: artifacts
|
- name: artifacts
|
||||||
image: curlimages/curl:7.78.0
|
image: curlimages/curl:7.78.0
|
||||||
|
environment:
|
||||||
|
NEXUS_USER:
|
||||||
|
from_secret: NEXUS_USER
|
||||||
|
NEXUS_PASSWORD:
|
||||||
|
from_secret: NEXUS_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- curl --upload-file rbxcompiler https://nexus.itzana.me/repository/public/artifacts/itzaname/rbxcompiler-amd64-linux
|
- curl -u $${NEXUS_USER}:$${NEXUS_PASSWORD} --upload-file rbxcompiler https://nexus.itzana.me/repository/public/artifacts/itzaname/rbxcompiler-amd64-linux
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker:19
|
image: plugins/docker:19
|
||||||
|
Loading…
Reference in New Issue
Block a user