Skip to content

Commit 7d14af3

Browse files
committed
Update build-v2.yaml
1 parent 7b60f3d commit 7d14af3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-v2.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
name: Build and Push
13+
name: Build, Push, Deploy
1414
environment: "dev"
1515
timeout-minutes: 45
1616
steps:
@@ -124,13 +124,6 @@ jobs:
124124
cache-from: type=gha
125125
cache-to: type=gha,mode=max
126126

127-
deploy:
128-
needs: build
129-
runs-on: ubuntu-latest
130-
name: Deploy
131-
environment: "dev"
132-
timeout-minutes: 45
133-
steps:
134127
- name: Deploy
135128
env:
136129
ENV: ${{ vars.ENV }}

0 commit comments

Comments
 (0)