Skip to content

Commit

Permalink
Separate job for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
syldb committed Dec 13, 2023
1 parent bf070fa commit 00adcd7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
- name: Execute test
run: |
python manage.py test
deploy_to_staging:
name: "Deploy to staging"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: kolok/deploy-to-scalingo@v1
with:
ssh-private-key: ${{ secrets.SCALINGO_SSH_PRIVATE_KEY }}
Expand Down

0 comments on commit 00adcd7

Please sign in to comment.