mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 02:41:39 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
shell: >
|
||||
docker compose exec web bash -c "
|
||||
cd /app &&
|
||||
RAILS_ENV={{ CYMAIS_ENVIRONMENT | lower }} bundle exec rails runner \"
|
||||
RAILS_ENV={{ INFINITO_ENVIRONMENT | lower }} bundle exec rails runner \"
|
||||
user = User.find_by(mail: '{{ users.administrator.email }}');
|
||||
if user.nil?;
|
||||
puts 'User with email {{ users.administrator.email }} not found.';
|
||||
|
Reference in New Issue
Block a user