Files
aupi/.github/workflows/main.yml
Computerboer 4381f76d7f create github action
add github action to autodeploy the api
2024-07-12 23:40:32 +02:00

33 lines
682 B
YAML

name: Ik ben Henk angular ftp deploy
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
web-deploy:
name: Deploy Angular App
runs-on: ubuntu-latest
steps:
- name: Get latest code
uses: actions/checkout@v2.3.2
- name: Sync Files
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USER }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./PythonAuctionviewer/
server-dir: ${{ variables.FTP_PYTHON_API_DIRECTORY }}
#dangerous-clean-slate: true