File tree Expand file tree Collapse file tree 3 files changed +39
-38
lines changed Expand file tree Collapse file tree 3 files changed +39
-38
lines changed Original file line number Diff line number Diff line change @@ -19,30 +19,29 @@ jobs:
19
19
goreleaser :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- -
23
- name : Checkout
22
+ - name : Checkout
24
23
uses : actions/checkout@v2
25
- -
26
- name : Unshallow
24
+
25
+ - name : Unshallow
27
26
run : git fetch --prune --unshallow
28
- -
29
- name : Set up Go
27
+
28
+ - name : Set up Go
30
29
uses : actions/setup-go@v2
31
30
with :
32
31
go-version : 1.14
33
- -
34
- name : Import GPG key
35
- id : import_gpg
36
- uses : paultyng/ghaction-import-gpg@v2.1.0
37
- env :
38
- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
39
- PASSPHRASE : ${{ secrets.PASSPHRASE }}
40
- -
41
- name : Run GoReleaser
32
+
33
+ # - name: Import GPG key
34
+ # id: import_gpg
35
+ # uses: paultyng/ghaction-import-gpg@v2.1.0
36
+ # env:
37
+ # GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
38
+ # PASSPHRASE: ${{ secrets.PASSPHRASE }}
39
+
40
+ - name : Run GoReleaser
42
41
uses : goreleaser/goreleaser-action@v2
43
42
with :
44
43
version : latest
45
44
args : release --rm-dist
46
45
env :
47
- GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
46
+ # GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
48
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -32,21 +32,21 @@ builds:
32
32
archives :
33
33
- format : zip
34
34
name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
35
- checksum :
36
- name_template : ' {{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
37
- algorithm : sha256
38
- signs :
39
- - artifacts : checksum
40
- args :
41
- # if you are using this is a GitHub action or some other automated pipeline, you
42
- # need to pass the batch flag to indicate its not interactive.
43
- - " --batch"
44
- - " --local-user"
45
- - " {{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
46
- - " --output"
47
- - " ${signature}"
48
- - " --detach-sign"
49
- - " ${artifact}"
35
+ # checksum:
36
+ # name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
37
+ # algorithm: sha256
38
+ # signs:
39
+ # - artifacts: checksum
40
+ # args:
41
+ # # if you are using this is a GitHub action or some other automated pipeline, you
42
+ # # need to pass the batch flag to indicate its not interactive.
43
+ # - "--batch"
44
+ # - "--local-user"
45
+ # - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
46
+ # - "--output"
47
+ # - "${signature}"
48
+ # - "--detach-sign"
49
+ # - "${artifact}"
50
50
release :
51
51
# If you want to manually examine the release before its live, uncomment this line:
52
52
# draft: true
Original file line number Diff line number Diff line change @@ -9,16 +9,14 @@ terraform {
9
9
10
10
provider "iterative" {}
11
11
12
- /* resource "iterative_machine" "machine" {
12
+ resource "iterative_machine" "machine" {
13
13
region = " us-west-1"
14
- instance_ami = "ami-03ba3948f6c37a4b0"
15
14
aws_security_group = " default"
16
15
key_public = " ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCcztk+/ibMWJH7LTjcw5KhlDKW1y/gJVB3ivk3D0YMa84ylL5pc8/3zd4PkAvX4eJX0Yi/dE9r4dY+8+ws/1pIuAO9y9Fu3ev+Cj8CKbFbgxaLDlaWHCV/y295rhmgfArtTB4KCbQ2EihXgodzddA9FGiyPoeYWilUUNDsi9wBTsouGahaFpiDVeAkexkUgGtGUWTW7OcTgvagGmKoNogWEpo9VBU3gGEoWj/I1TecQmOs09NFMyj1DdtRfsKYhQUfYz1W38ht0zCuPHKOnVGLDK4vd3nI2KzKJu0/CcFbjlJNqPrHHooIGJtmQRQIsSyI6hCUPK3ZCI7o+viaGqP+Awbo7XSKyexqd81bhgha98jqy6304jOG5qSUewgeK7VNq2FEXQ0D7ox0Yci/TgM7w+XVpjOf6XEUjkUyoLoL1xkxcINdZozWzeXK/dykvfXo+nwALT4UhjMx7fk46e2lRyExBuD4L0ah8rDT1ZUORsDkEVvmCx/tJqO1drrUPLT846Cb0E6oebcYCUCN9r8qo2BeipG44VkX0jL9BLB2IZeP5BpXFT+bo3zjXqEtX3l/5iJ42jOJodmw70gaf/7c2NWumydR2STuDQLUSvJC2Xtka5M/CHfNX3ShssrJaR/oKacU8F5DaPqTH9RSJ3oSs8Kr247E20i1BzDTwrWicQ== g.ortega.david@gmail.com"
17
- } */
16
+ }
18
17
/*
19
18
resource "iterative_machine" "machine2" {
20
19
region = "us-west-1"
21
- instance_ami = "ami-03ba3948f6c37a4b0"
22
20
aws_security_group = "default"
23
21
} */
24
22
@@ -27,8 +25,12 @@ resource "iterative_machine" "machine2" {
27
25
# region = "us-west-1"
28
26
# }
29
27
30
- resource "iterative_machine" "machine4" {
28
+ # resource "iterative_machine" "machine4" {
29
+ # region = "us-west-2"
30
+ # instance_hdd_size = 110
31
+ # }
32
+
33
+ /* resource "iterative_machine" "machine5" {
31
34
region = "us-west-2"
32
- instance_hdd_size = 110
33
- }
35
+ } */
34
36
You can’t perform that action at this time.
0 commit comments