Reduce default thread numbers from 5 to 2 (#733) #106
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: Deploy staging | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cloning repo | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Push to Scaleway Dokku | |
uses: dokku/github-action@master | |
with: | |
command: deploy | |
branch: main | |
git_remote_url: "ssh://dokku@aoc.lewagon.engineering/aoc-staging" | |
git_push_flags: "--force -vvv" | |
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }} | |
ssh_host_key: | | |
aoc.lewagon.engineering ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBSrD6AdnGUx4U9vveaTF+pBGjujy2GABWd7wkGfrm9l |