We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ebf46 commit b2bee4dCopy full SHA for b2bee4d
1 file changed
.github/workflows/deploy-dev.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
switches: -avzr --delete
28
path: dist/social_platform/
29
- remote_path: /var/www/dev-stage
30
- remote_user: ${{ secrets.DEV_DEPLOY_USER }}
31
- remote_key: ${{ secrets.DEV_DEPLOY_KEY }}
32
- remote_host: ${{ secrets.DEV_HOST }}
+ remote_path: /home/front/app
+ remote_user: front
+ remote_key: ${{ secrets.DEPLOY_KEY_FRONT_DEV }}
+ remote_host: dev.procollab.ru
0 commit comments