fix: cd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user