Skip to content

Commit

Permalink
staging_gitaction_yaml_file_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Jan 30, 2024
1 parent abd42fe commit 2a931e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Publish Trigger
on:
push:
branches:
- production-master # Change this to your main branch name, e.g., master
- staging # Change this to your main branch name, e.g., production-master

jobs:
build-and-publish:
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
run: docker push ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }} && docker push ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:latest

- name: Deploy to render
run: curl -X POST ${{ secrets.DEPLOY_HOOK_NOTIFICATION }}ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }}
run: curl -X POST ${{ secrets.DEPLOY_HOOK_NOTIFICATION_STAGING }}ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }}

0 comments on commit 2a931e5

Please sign in to comment.