Skip to content

feat: update for ATE #13

feat: update for ATE

feat: update for ATE #13

Workflow file for this run

name: Continuous Integration
on:
push:
branches: deploy
jobs:
requirements:
name: Continuous Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Fetch unshallow working copy
with:
fetch-depth: 0
- uses: 47ng/[email protected]
name: Deploy to Clever Cloud
with:
appID: ${{ secrets.CLEVER_APP_ID }}
force: true
quiet: true # disable copying into GitHub Actions all logs from Clever Cloud
env:
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}