Skip to content

Update dependency ember-cli to v5 #2585

Update dependency ember-cli to v5

Update dependency ember-cli to v5 #2585

# name: Deploy
# env:
# FORCE_COLOR: 1
# on:
# push:
# branches:
# - master
# tags:
# - '*'
# jobs:
# deploy:
# environment: github-pages
# env:
# DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
# name: Deploy
# runs-on: ubuntu-latest
# if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: ${{ env.NODE_VERSION }}
# - run: yarn
# - run: yarn ember deploy production