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