Skip to content

Commit

Permalink
Sync infrastructure scripts with current deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkdog committed Dec 17, 2023
1 parent 3734e0c commit ebb12e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ss13-db-backup
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

# dump the database to a compressed SQL file on standard out
MYSQL_ROOT_PASSWORD=$(head -1 config/dbconfig.txt | awk -e '{print $3}')
docker exec --interactive --tty starfly_db \
docker exec starfly_db \
mysqldump --password=${MYSQL_ROOT_PASSWORD} starfly13 \
| gzip -
2 changes: 1 addition & 1 deletion ss13-start
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# ss13-start
# run the starfly13 service in a container

# --detach \
docker run \
--detach \
--link starfly_db:starfly_db \
--name=starfly13 \
--publish 1337:1337 \
Expand Down

0 comments on commit ebb12e2

Please sign in to comment.