fix gitea pipeline yaml 1
This commit is contained in:
parent
83daa58146
commit
7c89493347
@ -13,8 +13,8 @@ jobs:
|
|||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: rclone to remote
|
- name: rclone to remote
|
||||||
# run: |
|
run: |
|
||||||
# ls -lha
|
ls -lha
|
||||||
# echo ${{ secrets.ID_ED25519 }} > ~/.ssh/id_ed25519
|
echo ${{ secrets.ID_ED25519 }} > ./id_ed25519
|
||||||
# rsync -avz --delete --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ~/.ssh/id_ed25519" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
|
rsync -avz --delete --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ./id_ed25519" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
|
||||||
|
Loading…
Reference in New Issue
Block a user