feat(deploy): add GitHub Actions workflow for deployment to VPS

This commit is contained in:
2025-11-03 18:05:47 +01:00
parent 7b80aca9e1
commit 3ff4278217
2 changed files with 54 additions and 0 deletions

View File

@@ -7,4 +7,6 @@ COPY . .
RUN apt-get update && apt-get install -y iputils-ping
RUN npm i
RUN npm register
CMD [ "npm", "run", "start" ]