🧑💻 Mise à jour du dump local/test avec les périodes, lauréat et élim… #887
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |