Fix deployment
This commit is contained in:
parent
5d6b62caf2
commit
132b786159
2 changed files with 7 additions and 5 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
|
@ -40,3 +40,4 @@ jobs:
|
|||
workload-identity-provider: ${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}
|
||||
database-url: ${{ secrets.DATABASE_URL }}
|
||||
mailer-dsn: ${{ secrets.MAILER_DSN }}
|
||||
sms-dsn: ${{ secrets.SMS_DSN }}
|
||||
|
|
|
|||
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
|
@ -9,11 +9,6 @@ on:
|
|||
payum-apikey:
|
||||
description: Payum API Key
|
||||
required: true
|
||||
# sms-dsn:
|
||||
# description: SMS DSN
|
||||
# required: true
|
||||
mailer-dsn:
|
||||
description: MAILER DSN
|
||||
storage-key:
|
||||
description: storage key
|
||||
required: true
|
||||
|
|
@ -29,6 +24,12 @@ on:
|
|||
database-url:
|
||||
description: Database URL
|
||||
required: true
|
||||
mailer-dsn:
|
||||
description: Mailer DSN
|
||||
required: true
|
||||
sms-dsn:
|
||||
description: SMS DSN
|
||||
required: true
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue