Skip to content

Commit

Permalink
Merge pull request #444 from pyladies-brazil/feat/github_actions
Browse files Browse the repository at this point in the history
adiciona github actions
  • Loading branch information
giovana-morais authored Oct 12, 2023
2 parents c9e91f9 + 3704d9a commit a95ede0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy

on:
push:
branches:
- master

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: "brasilpyladies"
heroku_email: "[email protected]"

0 comments on commit a95ede0

Please sign in to comment.