Skip to content

Commit 92d93cf

Browse files
committed
fix(ops): rename main deploy script from deploy-dev to deploy. oops!
1 parent bc67d19 commit 92d93cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
branches: [ main ]
55

66
jobs:
7-
deploy-dev:
8-
name: deploy-dev
7+
deploy:
8+
name: deploy
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Execute remote SSH commands using SSH key

0 commit comments

Comments
 (0)