Skip to content

Commit dcc505f

Browse files
authored
Merge pull request #616 from Ujusophy/dev
Fix dev.yml
2 parents ad9c0ac + 263f367 commit dcc505f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ jobs:
8383
password: ${{ secrets.SSH_PASSWORD }}
8484
script: |
8585
echo "About to Deploy"
86-
cd /var/www/langlearnai-be/deployment
87-
eval $(ssh-agent)
88-
ssh-add ~/.ssh/id_ecdsa
86+
cd /var/www/boilerplate-be/dev
8987
git pull origin dev
9088
composer install
9189
php artisan migrate --force

0 commit comments

Comments
 (0)