Skip to content

Commit 7220ce4

Browse files
committed
Deploy to new server
1 parent 3f89297 commit 7220ce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_prod.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- develop
7-
types: [ closed ]
7+
# types: [ closed ]
88

99
env:
1010
REGISTRY: ghcr.io
@@ -21,7 +21,7 @@ defaults:
2121
jobs:
2222
build_and_push_docker_image:
2323
name: Push Docker image to GitHub Packages
24-
if: github.event.pull_request.merged == true
24+
# if: github.event.pull_request.merged == true
2525
runs-on: ubuntu-latest
2626
environment:
2727
name: prod_deploy
@@ -50,7 +50,7 @@ jobs:
5050
5151
start_application:
5252
name: Start application
53-
if: github.event.pull_request.merged == true
53+
# if: github.event.pull_request.merged == true
5454
runs-on: ubuntu-latest
5555
needs: build_and_push_docker_image
5656
environment:

0 commit comments

Comments
 (0)