File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 `
20201 . ` cd pulumi `
21211 . Update the project name in ` Pulumi.yaml `
22221 . ` pulumi stack init staging `
@@ -32,7 +32,7 @@ Storage Bucket.
3232
33331 . Make sure you are logged in to ` gcloud `
34341 . 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
Original file line number Diff line number Diff line change 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
343Add a description of what this project does.
354
Original file line number Diff line number Diff line change 1+ module github.com/valuetechdev/tripletex-go
2+
3+ go 1.24.1
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments