We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be49683 + e26d712 commit f53dce3Copy full SHA for f53dce3
.github/workflows/docker-publish.yml
@@ -7,10 +7,8 @@ name: Docker
7
8
on:
9
push:
10
- branches: ["main"]
+ branches: ["main", "dev"]
11
tags: [ 'v*.*.*' ]
12
- pull_request:
13
- branches: [ "main", "dev" ]
14
15
env:
16
# github.repository as <account>/<repo>
docker_run.sh
@@ -36,6 +36,7 @@ fi
36
if find /app/server/trakman -mindepth 1 -maxdepth 1 | read; then
37
echo 'Trakman exists. Attempting update...'
38
cd trakman || exit
39
+ cp ../trakmanbk/Update.js .
40
node Update.js /app/server/trakmanbk/.hashes.json
41
if [ $? -gt 0 ]; then
42
chown server:server update.log
0 commit comments