Skip to content

Commit

Permalink
to newfront
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 17, 2024
1 parent 2fcdb36 commit c823a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Frontend
on:
push:
branches:
- testingWebpack
- newfront

jobs:
deploy:
Expand All @@ -20,7 +20,7 @@ jobs:
run: |
ssh [email protected] 'bash -s' <<EOF
cd front
sudo git pull origin testingWebpack
sudo git pull origin newfront
docker compose build
docker compose up -d
EOF

0 comments on commit c823a7e

Please sign in to comment.