We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bf7c2 commit 816cd47Copy full SHA for 816cd47
.github/workflows/VM Deploy.yml
@@ -25,6 +25,7 @@ jobs:
25
26
- name: Deploy via SSH
27
uses: appleboy/ssh-action@v1.2.1
28
+ dockerfile: dev.Dockerfile
29
with:
30
host: ${{ secrets.SERVER_IP }}
31
username: ${{ secrets.SERVER_ADMIN }}
docker-compose.yml
@@ -1,7 +1,9 @@
1
services:
2
nodebb:
3
user: "0"
4
- build: .
+ build:
5
+ context: .
6
7
# image: ghcr.io/nodebb/nodebb:latest
8
restart: unless-stopped
9
ports:
0 commit comments