mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
use proper yaml conf
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
sudo dpkg -i erlang.deb
|
||||
sudo dpkg -i elixir.deb
|
||||
- name: Build release
|
||||
environment:
|
||||
env:
|
||||
MIX_ENV: prod
|
||||
run: |
|
||||
scripts/build_release.sh
|
||||
|
||||
@@ -63,9 +63,11 @@
|
||||
tasks:
|
||||
- name: Compile Release
|
||||
become: no
|
||||
environment:
|
||||
MIX_ENV: prod
|
||||
shell: |
|
||||
cd /vagrant
|
||||
scripts/build_prod_release.sh
|
||||
scripts/build_release.sh
|
||||
- name: Build Debian Package
|
||||
become: no
|
||||
shell: |
|
||||
|
||||
Reference in New Issue
Block a user