ci-workflow-added-by-devops
Some checks failed
Test Gitea Actions Workflow / react_deploy (push) Failing after 9s
Some checks failed
Test Gitea Actions Workflow / react_deploy (push) Failing after 9s
This commit is contained in:
@@ -67,7 +67,7 @@ jobs:
|
||||
production)
|
||||
echo "DEPLOY_HOST=${{ vars.PRODUCTION_SERVER_HOST }}" >> $GITEA_ENV
|
||||
echo "DEPLOY_USER=${{ vars.PRODUCTION_SERVER_USER }}" >> $GITEA_ENV
|
||||
echo "DEPLOY_KEY=${{ ssecrets.PRODUCTION_SERVER_PASSWORD }}" >> $GITEA_ENV
|
||||
echo "DEPLOY_KEY=${{ secrets.PRODUCTION_SERVER_PASSWORD }}" >> $GITEA_ENV
|
||||
echo "DEPLOY_PORT=${{ secrets.PRODUCTION_SERVER_PORT }}" >> $GITEA_ENV
|
||||
echo "AUTH_TYPE=ssh" >> $GITEA_ENV
|
||||
PROJECT_PATH="null"
|
||||
|
||||
Reference in New Issue
Block a user