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

This commit is contained in:
2025-11-06 22:34:01 +03:30
parent b1dc311b1d
commit b597671161

View File

@@ -12,7 +12,7 @@ jobs:
image: node:20-alpine image: node:20-alpine
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v5
- name: Build Docker image - name: Build Docker image
run: | run: |