whoops
parent
54e3e2b7e5
commit
e91eac5967
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: docker pull mcr.microsoft.com/dotnet/runtime:5.0
|
image: mcr.microsoft.com/dotnet/runtime:5.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet build -c Release
|
- dotnet build -c Release
|
||||||
- dotnet test -c Release
|
- dotnet test -c Release
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: docker pull mcr.microsoft.com/dotnet/runtime:5.0
|
image: mcr.microsoft.com/dotnet/runtime:5.0
|
||||||
environment:
|
environment:
|
||||||
API_KEY:
|
API_KEY:
|
||||||
from_secret: API_KEY
|
from_secret: API_KEY
|
||||||
|
|
Loading…
Reference in New Issue