We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca37ac3 commit fd0fc58Copy full SHA for fd0fc58
.github/workflows/deploy.yaml
@@ -36,6 +36,13 @@ jobs:
36
gcloud config set account ${{ secrets.SERVICE_ACCOUNT }}
37
gcloud config set project ${{ secrets.PROJECT_ID }}
38
39
+ - name: Replace app.yml secrets
40
+ uses: 73h/[email protected]
41
+ env:
42
+ POSTGRES_STRING: ${{ secrets.POSTGRES_STRING }}
43
+ with:
44
+ app_yaml_path: app.yaml
45
+
46
- name: Deploy to App Engine
47
uses: google-github-actions/deploy-appengine@v2
48
with:
app.yaml
@@ -11,7 +11,7 @@ entrypoint: yarn start
11
12
# Environment variables (replace with your actual values or secrets)
13
env_variables:
14
- POSTGRES_STRING: ${{ secrets.POSTGRES_STRING }}
+ POSTGRES_STRING: $POSTGRES_STRING
15
16
# Automatic scaling configuration
17
automatic_scaling:
0 commit comments