mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
test-pkg-build
This commit is contained in:
4
.github/workflows/build_and_publish.yml
vendored
4
.github/workflows/build_and_publish.yml
vendored
@@ -49,5 +49,5 @@ jobs:
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./fireguard_${{ steps.tag_name.outputs.tag_name }}-1_amd64.deb
|
||||
asset_name: Ubuntu_20.04_amd64
|
||||
asset_content_type: application/vnd.debian.binary-package
|
||||
asset_name: fireguard_amd64.deb
|
||||
asset_content_type: application/vnd.debian.binary-package
|
||||
|
||||
@@ -38,5 +38,5 @@
|
||||
tasks:
|
||||
- name: Install FireGuard deb
|
||||
shell: |
|
||||
wget https://github.com/CloudFire-LLC/fireguard/releases/download/0.1.1/Ubuntu.20.04.amd64.deb
|
||||
dpkg -i Ubuntu.20.04.amd64.deb
|
||||
wget https://github.com/CloudFire-LLC/fireguard/releases/download/0.1.2/fireguard_amd64.deb
|
||||
dpkg -i fireguard_amd64.deb
|
||||
|
||||
@@ -4,7 +4,7 @@ defmodule FgHttp.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :fg_http,
|
||||
version: "0.1.1",
|
||||
version: "0.1.2",
|
||||
build_path: "../../_build",
|
||||
config_path: "../../config/config.exs",
|
||||
deps_path: "../../deps",
|
||||
|
||||
@@ -10,7 +10,7 @@ by adding `fg_vpn` to your list of dependencies in `mix.exs`:
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:fg_vpn, "~> 0.1.1"}
|
||||
{:fg_vpn, "~> 0.1.2"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
||||
@@ -4,7 +4,7 @@ defmodule FgVpn.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :fg_vpn,
|
||||
version: "0.1.1",
|
||||
version: "0.1.2",
|
||||
build_path: "../../_build",
|
||||
config_path: "../../config/config.exs",
|
||||
deps_path: "../../deps",
|
||||
|
||||
@@ -10,7 +10,7 @@ by adding `fg_wall` to your list of dependencies in `mix.exs`:
|
||||
```elixir
|
||||
def deps do
|
||||
[
|
||||
{:fg_wall, "~> 0.1.1"}
|
||||
{:fg_wall, "~> 0.1.2"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
||||
@@ -4,7 +4,7 @@ defmodule FgWall.MixProject do
|
||||
def project do
|
||||
[
|
||||
app: :fg_wall,
|
||||
version: "0.1.1",
|
||||
version: "0.1.2",
|
||||
build_path: "../../_build",
|
||||
config_path: "../../config/config.exs",
|
||||
deps_path: "../../deps",
|
||||
|
||||
2
mix.exs
2
mix.exs
@@ -8,7 +8,7 @@ defmodule FireguardUmbrella.MixProject do
|
||||
def project do
|
||||
[
|
||||
apps_path: "apps",
|
||||
version: "0.1.1",
|
||||
version: "0.1.2",
|
||||
start_permanent: Mix.env() == :prod,
|
||||
test_coverage: [tool: ExCoveralls],
|
||||
preferred_cli_env: [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: fireguard
|
||||
Version: 0.1.1-1
|
||||
Version: 0.1.2-1
|
||||
Architecture: amd64
|
||||
Maintainer: CloudFire, LLC <dpkg@cloudfire.network>
|
||||
Depends: systemd (>= 245.4-4ubuntu3.3), openssl (>= 1.1.1f-1ubuntu2), wireguard (>= 1.0.20200319-1ubuntu1), postgresql-12 (>= 12.4-0ubuntu0.20.04.1), iptables (>= 1.8.4-3ubuntu2)
|
||||
|
||||
Reference in New Issue
Block a user