andere provider

This commit is contained in:
Lanta 2025-04-03 09:20:05 +02:00
parent d9c78f1488
commit 50543f97d1
2 changed files with 38 additions and 0 deletions

39
.github/workflows/dtchsyn.bck vendored Normal file
View file

@ -0,0 +1,39 @@
on:
push:
branches:
- dev
- main
name: Publish Website
jobs:
web-deploy:
name: Deploy based on branch
runs-on: ubuntu-latest
steps:
- name: Set destination path based on branch
id: set-destination
run: |
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "DESTINATION=/Lantaeu/dtch/" >> $GITHUB_ENV
else
echo "DESTINATION=/Lantaeu/dtch_dev/" >> $GITHUB_ENV
fi
- name: Checkout
uses: actions/checkout@v4
- name: SFTP upload
uses: Dylan700/sftp-upload-action@latest
with:
debug: true
dry-run: false
server: ${{secrets.SYNADDR}}
username: ${{secrets.SYNUSR}}
password: ${{secrets.SYNPASS}}
port: 22
uploads: |
./ => ${{ env.DESTINATION }}
ignore: |
.git
config.php
data/**/*.json