Skip to content

Commit ca52d04

Browse files
committed
1 parent f7efbfa commit ca52d04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
script: |
1818
cd ~
1919
sudo git clone ${{ github.server_url }}/${{ github.repository }} backend/
20+
cd backend/
21+
git switch dev
2022
sudo docker compose build --no-cache
2123
sudo docker compose up -d --remove-orphans

0 commit comments

Comments
 (0)