Skip to content

Delete .github/workflows/azure-static-web-apps-happy-field-05743cf03.yml #4

Delete .github/workflows/azure-static-web-apps-happy-field-05743cf03.yml

Delete .github/workflows/azure-static-web-apps-happy-field-05743cf03.yml #4

Workflow file for this run

name: 'Deployment'
on:
push:
branches:
- master
jobs:
deploy_app:
name: Deploy frontend app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 10
- name: Install dependencies
run: |
npm install
- name: Build page
run: |
npm run build
- name: Deploy frontend
uses: SamKirkland/[email protected]
with:
server: lava.metanet.ch
username: client_schmuckli_dev
password: ${{ secrets.FTP_PASSWORD }}
port: 21
protocol: ftp
local-dir: dist/
server-dir: shoppinglist/