Skip to content

Commit

Permalink
ci(devcontainer): change default user
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Oct 11, 2024
1 parent fc82646 commit c18b737
Show file tree
Hide file tree
Showing 2 changed files with 37,884 additions and 37,884 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ task build

./bin/semaphore user add \
--admin \
--login user123 \
--name User123 \
--email user123@example.com \
--password 123456 \
--login admin \
--name Admin \
--email admin@example.com \
--password changeme \
--config ./.devcontainer/config.json
Loading

0 comments on commit c18b737

Please sign in to comment.