mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
fix
This commit is contained in:
parent
c2d803c553
commit
469d3820e2
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy-prod
|
- deploy
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -21,8 +21,8 @@ build:
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
|
|
||||||
deploy-prod:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy-prod
|
||||||
script:
|
script:
|
||||||
- echo "Let's launch!"
|
- echo "Let's launch!"
|
||||||
environment: production
|
environment: production
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue