Skip to content

Commit 3bbfbb1

Browse files
Merge pull request #28 from MRR-Group/KacperWalenga-patch-1
- Replace make commands with task commands in deploy.yml
2 parents 85d726b + 451d38d commit 3bbfbb1

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
@@ -20,5 +20,5 @@ jobs:
2020
cd ${{ secrets.PATH_TO_REPO }}
2121
git fetch --all
2222
git reset --hard origin/production
23-
make init
24-
make run
23+
task init
24+
task run

0 commit comments

Comments
 (0)