Skip to content

Commit

Permalink
[fix] now we can also seed courses
Browse files Browse the repository at this point in the history
as access to atela test have been opened from test machine
  • Loading branch information
multiscan committed Jan 16, 2025
1 parent 78a7e57 commit aa1d2e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/roles/people/tasks/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
echo "CREATE DATABASE people" | podman exec -i mariadb mariadb -u root --password={{ _secrets.mariadb.root_password }}
podman exec peoapp ./bin/rails db:migrate
podman exec peoapp ./bin/rails db:seed
podman exec peoapp bin/rails data:courses

0 comments on commit aa1d2e9

Please sign in to comment.