Skip to content

Commit

Permalink
Deploy to new server
Browse files Browse the repository at this point in the history
  • Loading branch information
ADesBiysk committed Nov 23, 2024
1 parent 3f89297 commit 7220ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- develop
types: [ closed ]
# types: [ closed ]

env:
REGISTRY: ghcr.io
Expand All @@ -21,7 +21,7 @@ defaults:
jobs:
build_and_push_docker_image:
name: Push Docker image to GitHub Packages
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
environment:
name: prod_deploy
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
start_application:
name: Start application
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
needs: build_and_push_docker_image
environment:
Expand Down

0 comments on commit 7220ce4

Please sign in to comment.