Skip to content

Commit f53dce3

Browse files
authored
Merge pull request #279 from lythx/dev
Last time today I swear
2 parents be49683 + e26d712 commit f53dce3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ name: Docker
77

88
on:
99
push:
10-
branches: ["main"]
10+
branches: ["main", "dev"]
1111
tags: [ 'v*.*.*' ]
12-
pull_request:
13-
branches: [ "main", "dev" ]
1412

1513
env:
1614
# github.repository as <account>/<repo>

docker_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ fi
3636
if find /app/server/trakman -mindepth 1 -maxdepth 1 | read; then
3737
echo 'Trakman exists. Attempting update...'
3838
cd trakman || exit
39+
cp ../trakmanbk/Update.js .
3940
node Update.js /app/server/trakmanbk/.hashes.json
4041
if [ $? -gt 0 ]; then
4142
chown server:server update.log

0 commit comments

Comments
 (0)