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:
|
||||
- test
|
||||
- build
|
||||
- deploy-prod
|
||||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
@ -21,8 +21,8 @@ build:
|
|||
script:
|
||||
- cargo build --verbose
|
||||
|
||||
deploy-prod:
|
||||
stage: deploy
|
||||
deploy:
|
||||
stage: deploy-prod
|
||||
script:
|
||||
- echo "Let's launch!"
|
||||
environment: production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue