Skip to content

Commit

Permalink
trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alpet committed Sep 27, 2024
1 parent 5060e44 commit 1af5666
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/cpa-sync-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ jobs:
id-token: write
steps:
- uses: "actions/checkout@v4"

- name: "Deploy secret to DEV"
uses: "nais/deploy/actions/deploy@v1"
env:
"APIKEY": "${{ secrets.NAIS_DEPLOY_APIKEY }}"
"CLUSTER": "dev-fss"
"RESOURCE": ".nais/smtp-router-secrets.yaml"
"VAR": "smtpPassword=${{ secrets.SMTP_PASSWORD }}"

- name: "Deploy to DEV"
uses: "nais/deploy/actions/deploy@v2"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smtp-transport-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: "actions/checkout@v4"

- name: "Deploy secret to DEV"
uses: "nais/deploy/actions/deploy@v1"
uses: "nais/deploy/actions/deploy@v2"
env:
"APIKEY": "${{ secrets.NAIS_DEPLOY_APIKEY }}"
"CLUSTER": "dev-fss"
Expand Down
1 change: 1 addition & 0 deletions cpa-sync/init/init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions smtp-transport/init/init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 1af5666

Please sign in to comment.