Skip to content

🔀 Intégration des modifications de la release 3.30 (#2227) #890

🔀 Intégration des modifications de la release 3.30 (#2227)

🔀 Intégration des modifications de la release 3.30 (#2227) #890

Workflow file for this run

name: 'Main workflow'
on:
push:
branches:
- main
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 main