Skip to content

Commit b2bee4d

Browse files
committed
update yml for dev-stage for deploy_key
1 parent 55ebf46 commit b2bee4d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
switches: -avzr --delete
2828
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 }}
29+
remote_path: /home/front/app
30+
remote_user: front
31+
remote_key: ${{ secrets.DEPLOY_KEY_FRONT_DEV }}
32+
remote_host: dev.procollab.ru

0 commit comments

Comments
 (0)