Skip to content

Commit

Permalink
Merge pull request #120 from jhonsfran1165/feat/devops
Browse files Browse the repository at this point in the history
chore: prod pipeline 9
  • Loading branch information
jhonsfran1165 authored Dec 27, 2024
2 parents 1e3e31a + 597321d commit bc369d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: tj-actions/branch-names@v8

- name: Delete Neon Branch
uses: neondatabase/delete-branch-action@v5
uses: neondatabase/delete-branch-action@v3
with:
project_id: ${{ env.NEON_PROJECT_ID }}
branch: preview/pr-${{ steps.branch-name.outputs.current_branch }}
api_key: ${{ env.NEON_API_KEY }}
api_key: ${{ env.NEON_API_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
pull_secrets: true
project_slug: unprice-zq-xm
env_slug: production
env_slug: prod
secrets:
MACHINE_IDENTITY_CLIENT_ID: ${{ secrets.MACHINE_IDENTITY_CLIENT_ID }}
MACHINE_IDENTITY_CLIENT_SECRET: ${{ secrets.MACHINE_IDENTITY_CLIENT_SECRET }}
Expand All @@ -37,7 +37,7 @@ jobs:
with:
client-id: ${{ secrets.MACHINE_IDENTITY_CLIENT_ID }}
client-secret: ${{ secrets.MACHINE_IDENTITY_CLIENT_SECRET }}
env-slug: "production"
env-slug: "prod"
project-slug: "unprice-zq-xm"
export-type: "file"
file-output-path: "/.env"
Expand Down

0 comments on commit bc369d4

Please sign in to comment.