Correct demo data volume access
This commit is contained in:
parent
18b96382f2
commit
ee41c3fbd3
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
host: ${{ secrets.SERVER_HOST }}
|
||||
username: ${{ secrets.SERVER_USERNAME }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
source: "docker-compose.yml,docker-compose.prod.yml"
|
||||
source: "docker-compose.yml,docker-compose.prod.yml,rust-engine/demo-data"
|
||||
target: "/home/github-actions/codered-astra/"
|
||||
|
||||
- name: Deploy to server via SSH ☁️
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue