Skip to content

Merge pull request #92 from wuletawwonte/dependabot/npm_and_yarn/nuxt… #37

Merge pull request #92 from wuletawwonte/dependabot/npm_and_yarn/nuxt…

Merge pull request #92 from wuletawwonte/dependabot/npm_and_yarn/nuxt… #37

Workflow file for this run

on:
push:
branches:
- "main"
name: 🚀 Build and Deploy Project
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: 🛠️ Build project
run: yarn install && yarn generate
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ftp.wuletawwonte.com
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
server-dir: public_html/
local-dir: .output/public/