fix: cd
All checks were successful
Frontend deploy / deploy-frontend (push) Successful in 4m22s
Backend ci / build (push) Successful in 4m9s

This commit is contained in:
d3m0k1d
2026-02-03 17:14:43 +03:00
parent d5b16a1254
commit 251b5abf85

View File

@@ -1,15 +1,10 @@
name: Deploy frontend
name: Frontend deploy
on:
push:
branches:
- master
workflow_dispatch:
defaults:
run:
working-directory: frontend
jobs:
deploy-frontend:
runs-on: ubuntu-latest
@@ -30,7 +25,6 @@ jobs:
secrets/site/prod/data/server HOST | SERVER_HOST ;
secrets/site/prod/data/server PORT | SERVER_PORT
- name: Login to registry
run: echo "${{ steps.import-secrets.outputs.GITEA_TOKEN }}" | docker login gitea.d3m0k1d.ru -u d3m0k1d --password-stdin