Skip to content

Commit e106ad7

Browse files
authored
fix order
1 parent 6d3a72e commit e106ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ jobs:
9898
password: ${{ secrets.SERVER_PASSWORD }}
9999
command: |
100100
cd /home/app/procollab-backend &&
101-
docker-compose -f docker-compose.prod-ci.yml -p prod pull &&
102101
docker container prune -f &&
103102
docker image prune -a -f &&
103+
docker-compose -f docker-compose.prod-ci.yml -p prod pull &&
104104
105105
rm -f .env &&
106106
touch .env &&

0 commit comments

Comments
 (0)