Skip to content

♻️ Charger la région dreal dans withUtilisateur (#1931) #648

♻️ Charger la région dreal dans withUtilisateur (#1931)

♻️ Charger la région dreal dans withUtilisateur (#1931) #648

Workflow file for this run

name: 'Main workflow'
on:
push:
branches:
- main
- master # will be removed
jobs:
call-shared-workflow:
uses: ./.github/workflows/shared-workflow.yml
deploy-development:
needs: call-shared-workflow
runs-on: ubuntu-latest
environment: development
steps:
- name: Deploy to Development
run: |
curl -O https://cli-dl.scalingo.com/install && bash install
scalingo login --api-token ${{ secrets.SCALINGO_TOKEN }}
scalingo --app ${{ secrets.SCALINGO_APP }} --region ${{ secrets.SCALINGO_REGION }} integration-link-manual-deploy master