File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ jobs:
6666 mv ./to-deploy/${{env.stage}}/browser ./to-deploy/${{env.stage}}/finance-plugin
6767 mv ./dist/${{env.stage}}/agenda-plugin/browser ./to-deploy/${{env.stage}}
6868 mv ./to-deploy/${{env.stage}}/browser ./to-deploy/${{env.stage}}/agenda-plugin
69- - name : Deploy to test. dont-code.net apps with ${{env.stage}}
69+ - name : Deploy to dont-code.net apps with ${{env.stage}}
7070 if : inputs.deploy == true
7171 uses : wlixcc/SFTP-Deploy-Action@v1.2.6
7272 with :
73- username : ${{secrets.DONTCODE_APPS_WEBSITE_USER }}
74- password : ${{secrets.DONTCODE_APPS_WEBSITE_PASSWORD }}
73+ username : ${{secrets.DONTCODE_WEBSITE_USER }}
74+ password : ${{secrets.DONTCODE_WEBSITE_PASSWORD }}
7575 local_path : ' ./to-deploy/${{env.stage}}/*'
7676 remote_path : ' /www/apps/${{env.stage}}'
7777 server : ${{secrets.DONTCODE_WEBSITE_HOST}}
You can’t perform that action at this time.
0 commit comments