eledana/.gitea/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 17: found a tab character where an indentation space is expected
2024-11-07 23:05:30 +01:00

21 lines
542 B
YAML

name: Build, push and deploy
on:
push:
branches:
- main
jobs:
builds:
runs-on: slimbook-ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: rclone to remote
run: |
ls -lha
echo ${{ secrets.ID_ED25519 }} > ~/.ssh/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