File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4848 run : npx --yes package-lock-utd@1.1.0
4949 - name : Install app dependencies
5050 run : npm ci
51+ - name : Build application
52+ run : npm run build
5153 - name : Run deploy shell script
5254 run : cd devops && bash ./deploy.sh -p -c
Original file line number Diff line number Diff line change 9191 args :
9292 chdir : /home/ubuntu/regional-rail-explorer
9393
94- - name : build application
95- shell : npm run build
96- args :
97- chdir : /home/ubuntu/regional-rail-explorer
94+ - name : sync built .next directory from runner
95+ synchronize :
96+ src : " {{ playbook_dir }}/../.next/"
97+ dest : /home/ubuntu/regional-rail-explorer/.next/
98+ delete : yes
9899
99100 - name : Make sure a service unit is running and enabled
100101 become : yes
You can’t perform that action at this time.
0 commit comments