upd
Some checks failed
Deploy Backend / deploy (push) Successful in 1m18s
Deploy Frontend / deploy (push) Failing after 35s

This commit is contained in:
Oscar
2026-06-04 15:21:25 +03:00
parent 978adb1eb5
commit 5b14b5f997
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-strict: false
persist-credentials: false
- name: Build image
run: docker build -t tmc-backend ./backend