Skip to content

Commit c20c048

Browse files
committed
feat: update deployment script to remove cache during Docker build
1 parent 3f64074 commit c20c048

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
host: ${{ secrets.VPS_HOST }}
1717
username: ${{ secrets.VPS_USER }}
1818
key: ${{ secrets.VPS_SSH_KEY }}
19+
command_timeout: 15m
1920
script: |
2021
cd /root/penginfo-handal-hackathon
2122
git pull origin master
2223
23-
docker compose build --no-cache
24+
docker compose build
2425
docker compose up -d --force-recreate

0 commit comments

Comments
 (0)