Skip to content

Commit

Permalink
fix(ci): Flash cache after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 18, 2024
1 parent 9a5671e commit f0c404d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ deploy:
- kubectl apply -f kubernetes

flushcache:
image: alpine/curl
cache: []
stage: flushcache
retry: 2
script:
- sleep 300
- |
Expand Down

0 comments on commit f0c404d

Please sign in to comment.