We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b509a2 commit 2eb2a75Copy full SHA for 2eb2a75
1 file changed
.github/workflows/deploy.yml
@@ -29,4 +29,5 @@ jobs:
29
script: |
30
cd /home/ec2-user/app
31
docker-compose down
32
+ docker-compose build --no-cache
33
docker-compose up -d
0 commit comments