Provide secret
This commit is contained in:
parent
f1cc8119ba
commit
587497aba5
@ -17,8 +17,13 @@ steps:
|
||||
|
||||
- name: artifacts
|
||||
image: curlimages/curl:7.78.0
|
||||
environment:
|
||||
NEXUS_USER:
|
||||
from_secret: NEXUS_USER
|
||||
NEXUS_PASSWORD:
|
||||
from_secret: NEXUS_PASSWORD
|
||||
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
|
||||
image: plugins/docker:19
|
||||
|
Loading…
Reference in New Issue
Block a user