Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prorupak committed Aug 28, 2024
1 parent b71b573 commit 7c1b535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- development

jobs:
deploy_to_dev:
Expand Down Expand Up @@ -38,6 +39,6 @@ jobs:
git checkout master
git pull origin master
git reset --hard origin/master
docker compose up --build
node -v
EOF

0 comments on commit 7c1b535

Please sign in to comment.