Skip to content

Commit 7c1b535

Browse files
committed
changes
1 parent b71b573 commit 7c1b535

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- development
78

89
jobs:
910
deploy_to_dev:
@@ -38,6 +39,6 @@ jobs:
3839
git checkout master
3940
git pull origin master
4041
git reset --hard origin/master
41-
docker compose up --build
42+
node -v
4243
EOF
4344

0 commit comments

Comments
 (0)