summaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-08 04:47:40 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-08 04:47:40 +0530
commit76b9acc16543e873ba647c847b37a3e12ec20b11 (patch)
tree23fdedffcf8ee7435a76ba0e91b64ad05501075f /.dockerignore
parentNew translations en-US.json (Korean) (diff)
downloadferdium-app-76b9acc16543e873ba647c847b37a3e12ec20b11.tar.gz
ferdium-app-76b9acc16543e873ba647c847b37a3e12ec20b11.tar.zst
ferdium-app-76b9acc16543e873ba647c847b37a3e12ec20b11.zip
Builds using GitHub actions (#1467)
* Using GH Actions for building, packaging and publishing for all 3 OSes (macos, ubuntu and windows). Handles PR builds, release builds, scheduled nightly builds and manual triggering from the web-ui. * Removed references to travis and appveyor and their respective config files. * Added ability to force rebuild nightlies without new version number. (This should allow us to rerun nightly builds with the same build number. Looks for the trigger comment to contain: 'force build' and 'nightly branch')
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore
index 942a28a9f..00a94efd2 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -2,7 +2,6 @@
2.husky/ 2.husky/
3.stage 3.stage
4.tmp 4.tmp
5.travis.yml
6**/.DS_Store 5**/.DS_Store
7**/.env 6**/.env
8**/.git* 7**/.git*
@@ -15,7 +14,6 @@
15**/npm-debug.log* 14**/npm-debug.log*
16**/server*.log 15**/server*.log
17**/yarn-error.log 16**/yarn-error.log
18appveyor.yml
19Dockerfile 17Dockerfile
20flow-typed 18flow-typed
21out 19out