CI: Fixed environment name confusion
This commit is contained in:
parent
59993788ec
commit
3ee7962dab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue