CI: Fixed environment name confusion

This commit is contained in:
Igor Scheller 2021-11-27 12:21:28 +01:00
parent 59993788ec
commit 3ee7962dab
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ deploy:
- generate-assets
dependencies: *deploy_needs
environment:
name: staging
name: rsync-staging
only:
- main
script:
@ -401,7 +401,7 @@ deploy-production:
- build-image
- generate-assets
environment:
name: production
name: rsync-production
when: manual
only:
- main