Skip to content

Commit

Permalink
Merge pull request #28 from RodrigoMNardi/feature/translatename2id
Browse files Browse the repository at this point in the history
Initialize Scripts
  • Loading branch information
RodrigoMNardi authored Oct 15, 2024
2 parents 21c024a + 293898d commit 41b5159
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions service/devel/server_devel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# frozen_string_literal: true
#

#
# SPDX-License-Identifier: BSD-2-Clause
#
# Startup script for CI Slack Bot
source "$HOME/.rvm/scripts/rvm"
rvm use 3.3.1
bundle install

echo ">> Running server"
rackup -o 0.0.0.0 -p 4681 config.ru
7 changes: 3 additions & 4 deletions service/prod/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# frozen_string_literal: true
#

#
# SPDX-License-Identifier: BSD-2-Clause
#
# Startup script for CI Slack Bot
source "$HOME/.rvm/scripts/rvm"
rvm use 3.3.1
bundle install

echo ">> Running server"
rackup -o 0.0.0.0 -p 4680 config.ru

0 comments on commit 41b5159

Please sign in to comment.