Bump net-imap from 0.5.0 to 0.5.1 in the ruby-minor-patch group (#3301) #613
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 | |
workflow_dispatch: | |
jobs: | |
deploy-staging: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Install heroku cli | |
run: curl https://cli-assets.heroku.com/install-ubuntu.sh | sh | |
- name: Deploy sandbox environment | |
uses: akhileshns/heroku-deploy@v3.13.15 | |
with: | |
heroku_api_key: ${{secrets.XMUNOZ_HEROKU_API_KEY}} | |
heroku_app_name: "daria-services-staging" | |
heroku_email: "xmunoz+heroku@opentechstrategies.com" |