File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
** /*
2
+ ! maintenance
2
3
! app
3
4
! sandbox /types.ts
4
5
! sandbox /mock-users.json
Original file line number Diff line number Diff line change 26
26
timeout-minutes : 10
27
27
steps :
28
28
- uses : hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6
29
- - uses : actions/checkout@v3
30
-
31
- - name : Verify Maintenance Files
32
- run : |
33
- if [ -f maintenance/nginx.conf ]; then echo "nginx.conf exists"; else echo "nginx.conf missing"; fi
34
- if [ -d maintenance/static ]; then echo "static directory exists"; else echo "static directory missing"; fi
35
-
29
+ - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
36
30
37
31
- name : Build and Push Docker Image
38
32
uses : egose/actions/docker-build-push@f613e050592b8baa0706bda39574ef2eeedd7a4e
You can’t perform that action at this time.
0 commit comments