Skip to content

Add speakers section #9

Add speakers section

Add speakers section #9

Workflow file for this run

name: πŸš€ DEPLOYING IEEE INSAT Student Branch's Website
on:
push:
branches:
- master
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v2-beta
with:
node-version: '14.0.0'
- name: πŸ”¨ Build Project
run: |
npm install --legacy-peer-deps
CI=false npm run build
- name: πŸ“‚ Deploy in ftp server
uses: SamKirkland/[email protected]
with:
server: ftp.smart-sfax.org
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
local-dir: ./dist/NRW-Website/
server-dir: /nrw.ieee.tn/