Skip to content

Commit 15bf180

Browse files
committed
Update build.yaml
1 parent 172c7af commit 15bf180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
ssh-add ~/.ssh/github_actions
6969
docker context create dev2 --docker "host=ssh://[email protected]"
7070
docker context use dev2
71-
docker ps
71+
docker compose -f docker-compose.deploy.yml --env-file tdei_uw.env up -d --pull always --force-recreate --remove-orphans
7272
7373

0 commit comments

Comments
 (0)