Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy #21

Open
sibelius opened this issue May 9, 2023 · 1 comment
Open

Deploy #21

sibelius opened this issue May 9, 2023 · 1 comment

Comments

@sibelius
Copy link
Member

sibelius commented May 9, 2023

No description provided.

@daniloab
Copy link

daniloab commented May 9, 2023

heroku it is easier and faster check it

name: Deploy

on:
  push:
    branches:
      - main

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: akhileshns/[email protected] # This is the action
        with:
          heroku_api_key: ${{secrets.HEROKU_API_KEY}}
          heroku_app_name: 'woovi-playground' #Must be unique in Heroku
          heroku_email: '[email protected]'
          healthcheck: 'https://playground.woovi.com/status'
          checkstring: 'Server Working'
          rollbackonhealthcheckfailed: true
        env:
          SOME_ENV: ${{secrets.SOME_ENV}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants