Skip to content

Add roles to user endpoint #7

Add roles to user endpoint

Add roles to user endpoint #7

Workflow file for this run

name: deploy
on:
workflow_dispatch:
push:
branches: [ main ]
concurrency: production_environment
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: production
url: https://ff-frankfurt-hausen.de
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
- name: Install dependencies
run: composer install
- name: Deploy
uses: deployphp/action@v1
with:
private-key: ${{ secrets.DEPLOY_KEY }}
dep: deploy