Production: edit workflow ke5
Some checks failed
Run Action to Production / run pull to sync on target message (push) Failing after 4s
Some checks failed
Run Action to Production / run pull to sync on target message (push) Failing after 4s
This commit is contained in:
parent
8529c4d91f
commit
05cf4bb317
|
@ -18,12 +18,12 @@ jobs:
|
||||||
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
|
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
|
- name: connect and pull
|
||||||
run: |
|
run: |
|
||||||
ssh ${{ secrets.SSH_USER }}@${{ secrets.HOST }} |
|
ssh ${{ secrets.SSH_USER }}@${{ secrets.HOST }}
|
||||||
"if cd /home/fikyb-dev/htdocs/pintu2; |
|
"if cd /home/fikyb-dev/htdocs/pintu2;
|
||||||
then git checkout master && git pull |
|
then git checkout master && git pull
|
||||||
&& composer install && php artisan key:generate && php artisan migrate |
|
&& composer install && php artisan key:generate && php artisan migrate
|
||||||
&& exit; |
|
&& exit;
|
||||||
else git clone ${{ gitea.repository }} && exit; |
|
else git clone ${{ gitea.repository }} && exit;
|
||||||
fi"
|
fi"
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
run: rm -rf ~/.ssh
|
run: rm -rf ~/.ssh
|
Loading…
Reference in New Issue
Block a user