Skip to content

Commit d0c8dbb

Browse files
committed
Initial commit
1 parent 065e686 commit d0c8dbb

12 files changed

Lines changed: 11 additions & 841 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
3636
with:
3737
work-dir: ./pulumi
38-
cloud-url: gs://pulumi-<project-name>
38+
cloud-url: gs://pulumi-tripletex-go
3939
stack-name: staging
4040
command: preview
4141

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PULUMI_CONFIG_PASSPHRASE: ""
3333
with:
3434
work-dir: ./pulumi
35-
cloud-url: gs://pulumi-<project-name>
35+
cloud-url: gs://pulumi-tripletex-go
3636
stack-name: production
3737
command: up
3838

@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
SENTRY_AUTH_TOKEN: ${{ env.SENTRY_AUTH_TOKEN }}
6060
SENTRY_ORG: value-technology
61-
SENTRY_PROJECT: <project-name>
61+
SENTRY_PROJECT: tripletex-go
6262
with:
6363
environment: production
6464
ignore_missing: true

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
PULUMI_CONFIG_PASSPHRASE: ""
3434
with:
3535
work-dir: ./pulumi
36-
cloud-url: gs://pulumi-<project-name>
36+
cloud-url: gs://pulumi-tripletex-go
3737
stack-name: staging
3838
command: up
3939

@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
SENTRY_AUTH_TOKEN: ${{ env.SENTRY_AUTH_TOKEN }}
5959
SENTRY_ORG: value-technology
60-
SENTRY_PROJECT: <project-name>
60+
SENTRY_PROJECT: tripletex-go
6161
with:
6262
environment: staging
6363
ignore_missing: true

DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Storage Bucket.
1616
1717
## Initial setup
1818

19-
1. `gcloud storage buckets create gs://pulumi-<project-name> --location=eu`
19+
1. `gcloud storage buckets create gs://pulumi-tripletex-go --location=eu`
2020
1. `cd pulumi`
2121
1. Update the project name in `Pulumi.yaml`
2222
1. `pulumi stack init staging`
@@ -32,7 +32,7 @@ Storage Bucket.
3232

3333
1. Make sure you are logged in to `gcloud`
3434
1. Make sure you are within the `pulumi` directory: `cd pulumi`
35-
1. `pulumi login gs://pulumi-<project-name>`
35+
1. `pulumi login gs://pulumi-tripletex-go`
3636

3737
### Deploying
3838

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
1-
# Value project template
2-
3-
This template is an outline for how all of our projects should be structured,
4-
regardless of programming languages etc. There is no need to include directories
5-
we do not use, but if we need them later we should adhere to this template.
6-
7-
## Using this template
8-
9-
```bash
10-
11-
gh repo create valuetechdev/<project-name> -p valuetechdev/value-project-template --private
12-
13-
gh repo clone valuetechdev/<project-name> .
14-
15-
# Run helper script
16-
chmod +x init.sh
17-
./init.sh
18-
19-
# Commit changes
20-
git add -A
21-
gc -m "feat: Run install script"
22-
```
23-
24-
## Deployment
25-
26-
We use [Pulumi], please see [DEPLOYMENT](/DEPLOYMENT.md) for more details.
27-
28-
[Pulumi]: https://www.pulumi.com/
29-
30-
<!-- TODO: Delete everything from and above this line -->
31-
32-
# <project-name>
1+
# tripletex-go
332

343
Add a description of what this project does.
354

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/valuetechdev/tripletex-go
2+
3+
go 1.24.1

init.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

pulumi/Pulumi.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

pulumi/go.mod

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)