Update pipeline script

This commit is contained in:
Murtadha 2024-07-12 01:17:57 -04:00
parent 77a99e2deb
commit 87d3456d90
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules/
dist/

View file

@ -19,7 +19,7 @@ pipeline:
port: 2332
target: /home/mnisyif/docker-containers/mnisyif/frontend
source:
- dist/**/*
- dist/
- Dockerfile
when:
branch: master

View file

@ -1,5 +1,5 @@
server {
listen 5137;
listen 80;
root /usr/share/nginx/html;
index index.html;