workflow
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 0s

This commit is contained in:
2025-11-06 22:37:47 +03:30
parent b597671161
commit 087692a054

View File

@@ -10,6 +10,8 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: node:20-alpine image: node:20-alpine
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v5