mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
fe66edf712
Get old circleci.yml entry.sh env Add test.sh for testing Update Makefile for correct docker path ADd env/test.sh
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
env
|
|
cd /var/www
|
|
source .env
|
|
bundle exec rake assets:precompile
|
|
bundle exec puma -C config/puma.rb
|