Skip to content

Update SlideLinks.vue #14

Update SlideLinks.vue

Update SlideLinks.vue #14

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: 'npm'
- run: git config --global url."git@github.com:".insteadOf git://github.com/ && npm ci
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MONTPELLIER_TECH_HUB_WEBSITE }}'
channelId: live
projectId: montpellier-tech-hub-website