test-pkg-build

This commit is contained in:
Jamil Bou Kheir
2020-11-04 10:14:20 -06:00
parent 77565f6907
commit 38fbcd395a
10 changed files with 12 additions and 11 deletions

View File

@@ -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

1
.rgignore Normal file
View File

@@ -0,0 +1 @@
package-lock.json

View File

@@ -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

View File

@@ -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",

View File

@@ -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
```

View File

@@ -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",

View File

@@ -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
```

View File

@@ -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",

View File

@@ -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: [

View File

@@ -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)