Merge branch 'master' of https://gitea.unej.ac.id/efbe/pintu2
All checks were successful
Run Action to Production / run pull to sync on target message (push) Has been skipped
All checks were successful
Run Action to Production / run pull to sync on target message (push) Has been skipped
This commit is contained in:
commit
f344493028
|
@ -17,7 +17,7 @@ jobs:
|
|||
# https://stackoverflow.com/a/70447517
|
||||
run: install -m 600 -D /dev/null ~/.ssh/id_rsa && echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
|
||||
- name: connect and pull
|
||||
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "if cd /home/fikyb-dev/htdocs/pintu2; then git checkout master && git pull && composer install && php artisan key:generate && php artisan migrate && exit; else git clone ${{ gitea.repository }} && exit; fi"
|
||||
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "if cd /home/fikyb-dev/htdocs/pintu2; then git checkout master && git pull && composer install --optimize-autoloader --no-dev && php artisan migrate && exit; else git clone ${{ gitea.repository }} && exit; fi"
|
||||
- name: cleanup
|
||||
run: rm -rf ~/.ssh
|
||||
- name: cleanup
|
||||
|
|
Loading…
Reference in New Issue
Block a user