Skip to content

Commit

Permalink
Update and rename prod-deployment.yml to production-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrimeJnr authored Aug 12, 2024
1 parent 772728d commit cb2168d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prod Deployment
name: Production Deployment

on:
workflow_dispatch:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
needs: build-and-push
runs-on: ubuntu-latest
environment:
name: "dev"
name: "production"
url: ${{ vars.URL }}
steps:
- name: Deploy on server
Expand Down

0 comments on commit cb2168d

Please sign in to comment.