Skip to content

Commit

Permalink
Merge pull request #3 from oliveraluiss11/main
Browse files Browse the repository at this point in the history
Update build-deploy-dev.yml
  • Loading branch information
oliveraluiss11 authored May 2, 2024
2 parents 12e5751 + 9b698ea commit 070da4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy
name: Build and Deploy to Develop

on:
push:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Deploy to production
- name: Deploy to develop
uses: johnbeynon/render-deploy-action@v0.0.8
with:
service-id: ${{ secrets.MY_RENDER_SERVICE_ID }}
Expand Down

0 comments on commit 070da4d

Please sign in to comment.