Skip to content

Commit

Permalink
fix: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Dec 4, 2022
1 parent 2470fbd commit e2464d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Copy Server Data
run: |
cp ./serverData.json ./deploy-server-builds/StandaloneLinux64/serverData.json
sudo cp ./serverData.json ./deploy-server-builds/StandaloneLinux64/serverData.json
- uses: belon/docker-build-push@v4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion serverData.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Name":"BV Server","Host":"127.0.0.1","Port":1337,"Token":"bla","MasterServerHost":"bvmaster.eulenet.eu","MasterServerPort":443}
{"Name":"BV Server","Host":"127.0.0.1","Port":1337,"Token":"bla","MasterServerHost":"147.185.221.180","MasterServerPort":19994}

0 comments on commit e2464d4

Please sign in to comment.