This commit is contained in:
Aaron Honeycutt 2025-04-23 19:59:58 -06:00
parent c2d803c553
commit 469d3820e2

View file

@ -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