fix workflow
Some checks failed
Deploy MyApp on Same Server / build-and-deploy (push) Failing after 1m11s

This commit is contained in:
2025-11-06 22:27:43 +03:30
parent 913694ef2f
commit b1dc311b1d

View File

@@ -8,6 +8,8 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: docker runs-on: docker
container:
image: node:20-alpine
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3