Skip to content

Commit a991246

Browse files
author
Gérard Collin
committed
fix: deploy to dont-code.net
1 parent 7abcb44 commit a991246

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)