Skip to content

Commit d386685

Browse files
committed
chore(4829) add to maintenance to dockerignore file
1 parent 11005d8 commit d386685

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**/*
2+
!maintenance
23
!app
34
!sandbox/types.ts
45
!sandbox/mock-users.json

.github/workflows/build-push-maintenance.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ jobs:
2626
timeout-minutes: 10
2727
steps:
2828
- 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
3630

3731
- name: Build and Push Docker Image
3832
uses: egose/actions/docker-build-push@f613e050592b8baa0706bda39574ef2eeedd7a4e

0 commit comments

Comments
 (0)