Ignore node_modules on Dockerfile, Docker-compose down and up
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
.git
|
.git
|
||||||
*Dockerfile*
|
*Dockerfile*
|
||||||
.env
|
.env
|
||||||
|
node_modules
|
||||||
@@ -60,7 +60,8 @@ steps:
|
|||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
script:
|
script:
|
||||||
- cd /data/sites/housesof.world/dev
|
- cd /data/sites/housesof.world/dev
|
||||||
- docker-compose up -d --force-recreate --remove-orphans
|
- docker-compose down
|
||||||
|
- docker-compose up -d --remove-orphans
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export default {
|
|||||||
hydratable: true,
|
hydratable: true,
|
||||||
emitCss: true,
|
emitCss: true,
|
||||||
// ...(!dev && {
|
// ...(!dev && {
|
||||||
// css: css => css.write('static/bundle.css', dev),
|
css: css => css.write('static/bundle.css', dev),
|
||||||
// }),
|
// }),
|
||||||
// hot: hot && {
|
// hot: hot && {
|
||||||
// // sapper-dev-client expects either webpack or rollup with no HMR, so
|
// // sapper-dev-client expects either webpack or rollup with no HMR, so
|
||||||
|
|||||||
Reference in New Issue
Block a user