Skip to content

Commit

Permalink
Suppression du déploiement sur les environnements dépréciés (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolok authored Jan 28, 2025
1 parent 8601571 commit c7ee891
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/push-branch-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ jobs:
test:
uses: ./.github/workflows/run_tests.yml

deploy_to_staging:
name: "Deploy to Staging"
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: kolok/deploy-to-scalingo@v1
with:
ssh-private-key: ${{ secrets.SCALINGO_SSH_PRIVATE_KEY }}
app-name: apilos-staging
known-host: ssh.osc-fr1.scalingo.com

deploy_to_siap_integration:
name: "Deploy to Siap Integration"
runs-on: ubuntu-latest
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/push-version-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

deploy_to_production:
name: "Deploy to Production"
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: kolok/deploy-to-scalingo@v1
with:
ssh-private-key: ${{ secrets.SCALINGO_SSH_PRIVATE_KEY }}
app-name: fabnum-apilos
known-host: ssh.osc-fr1.scalingo.com

deploy_to_siap_production:
name: "Deploy to Siap Production"
runs-on: ubuntu-latest
Expand Down

0 comments on commit c7ee891

Please sign in to comment.