Skip to content

Delete AdaLink F11 Close-out Report.pdf #5

Delete AdaLink F11 Close-out Report.pdf

Delete AdaLink F11 Close-out Report.pdf #5

Workflow file for this run

on:
push:
branches:
- main
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: '18'
- name: 🔨 Build Project
run: |
npm install
npm run build
env:
CI: ""
- name: 📂 Upload to Cpanel
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.GIT_CPANEL_REACT_SERVER }}
username: ${{ secrets.GIT_CPANEL_REACT_USER }}
password: ${{ secrets.GIT_CPANEL_REACT_PWD }}
protocol: ${{ secrets.GIT_CPANEL_REACT_PROTOCOL }}
local-dir: ./build/