diff --git a/samples/angular-express/.github/workflows/deploy.yaml b/samples/angular-express/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/angular-express/.github/workflows/deploy.yaml +++ b/samples/angular-express/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/bullmq-bullboard-redis/.github/workflows/deploy.yaml b/samples/bullmq-bullboard-redis/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/bullmq-bullboard-redis/.github/workflows/deploy.yaml +++ b/samples/bullmq-bullboard-redis/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/csharp-dotnet/.github/workflows/deploy.yaml b/samples/csharp-dotnet/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/csharp-dotnet/.github/workflows/deploy.yaml +++ b/samples/csharp-dotnet/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/django-channels-redis-postgres/.github/workflows/deploy.yaml b/samples/django-channels-redis-postgres/.github/workflows/deploy.yaml index 1c9d5eb3..a83a2ae6 100644 --- a/samples/django-channels-redis-postgres/.github/workflows/deploy.yaml +++ b/samples/django-channels-redis-postgres/.github/workflows/deploy.yaml @@ -17,9 +17,10 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.0.4 + uses: DefangLabs/defang-github-action@v1.2.0 with: config-env-vars: SECRET_KEY POSTGRES_PASSWORD env: SECRET_KEY: ${{ secrets.SECRET_KEY }} - POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} \ No newline at end of file + POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} + POSTGRES_PARAMS: ${{ secrets.POSTGRES_PARAMS }} diff --git a/samples/django-postgres/.github/workflows/deploy.yaml b/samples/django-postgres/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/django-postgres/.github/workflows/deploy.yaml +++ b/samples/django-postgres/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/django/.github/workflows/deploy.yaml b/samples/django/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/django/.github/workflows/deploy.yaml +++ b/samples/django/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/elysia/.github/workflows/deploy.yaml b/samples/elysia/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/elysia/.github/workflows/deploy.yaml +++ b/samples/elysia/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/fastapi-postgres/.github/workflows/deploy.yaml b/samples/fastapi-postgres/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/fastapi-postgres/.github/workflows/deploy.yaml +++ b/samples/fastapi-postgres/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/fastapi/.github/workflows/deploy.yaml b/samples/fastapi/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/fastapi/.github/workflows/deploy.yaml +++ b/samples/fastapi/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/feathersjs/.github/workflows/deploy.yaml b/samples/feathersjs/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/feathersjs/.github/workflows/deploy.yaml +++ b/samples/feathersjs/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/flask/.github/workflows/deploy.yaml b/samples/flask/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/flask/.github/workflows/deploy.yaml +++ b/samples/flask/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/golang-http-form/.github/workflows/deploy.yaml b/samples/golang-http-form/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/golang-http-form/.github/workflows/deploy.yaml +++ b/samples/golang-http-form/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/golang-http/.github/workflows/deploy.yaml b/samples/golang-http/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/golang-http/.github/workflows/deploy.yaml +++ b/samples/golang-http/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/golang-mongodb/.github/workflows/deploy.yaml b/samples/golang-mongodb/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/golang-mongodb/.github/workflows/deploy.yaml +++ b/samples/golang-mongodb/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/golang-openai/.github/workflows/deploy.yaml b/samples/golang-openai/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/golang-openai/.github/workflows/deploy.yaml +++ b/samples/golang-openai/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/golang-rest-api/.github/workflows/deploy.yaml b/samples/golang-rest-api/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/golang-rest-api/.github/workflows/deploy.yaml +++ b/samples/golang-rest-api/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/golang-s3/.github/workflows/deploy.yaml b/samples/golang-s3/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/golang-s3/.github/workflows/deploy.yaml +++ b/samples/golang-s3/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/golang-slackbot/.github/workflows/deploy.yaml b/samples/golang-slackbot/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/golang-slackbot/.github/workflows/deploy.yaml +++ b/samples/golang-slackbot/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/hasura/.github/workflows/deploy.yaml b/samples/hasura/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/hasura/.github/workflows/deploy.yaml +++ b/samples/hasura/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/html-css-js/.github/workflows/deploy.yaml b/samples/html-css-js/.github/workflows/deploy.yaml index ecb6e1a8..e38139cf 100644 --- a/samples/html-css-js/.github/workflows/deploy.yaml +++ b/samples/html-css-js/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.0.4 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/huginn/.github/workflows/deploy.yaml b/samples/huginn/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/huginn/.github/workflows/deploy.yaml +++ b/samples/huginn/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/imgproxy/.github/workflows/deploy.yaml b/samples/imgproxy/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/imgproxy/.github/workflows/deploy.yaml +++ b/samples/imgproxy/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/javalin/.github/workflows/deploy.yaml b/samples/javalin/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/javalin/.github/workflows/deploy.yaml +++ b/samples/javalin/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/langchain/.github/workflows/deploy.yaml b/samples/langchain/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/langchain/.github/workflows/deploy.yaml +++ b/samples/langchain/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/metabase/.github/workflows/deploy.yaml b/samples/metabase/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/metabase/.github/workflows/deploy.yaml +++ b/samples/metabase/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nextjs-blog/.github/workflows/deploy.yaml b/samples/nextjs-blog/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nextjs-blog/.github/workflows/deploy.yaml +++ b/samples/nextjs-blog/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nextjs-documentation/.github/workflows/deploy.yaml b/samples/nextjs-documentation/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nextjs-documentation/.github/workflows/deploy.yaml +++ b/samples/nextjs-documentation/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nextjs-postgres/.github/workflows/deploy.yaml b/samples/nextjs-postgres/.github/workflows/deploy.yaml index b2d5bb58..9618f61b 100644 --- a/samples/nextjs-postgres/.github/workflows/deploy.yaml +++ b/samples/nextjs-postgres/.github/workflows/deploy.yaml @@ -18,8 +18,8 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 + uses: DefangLabs/defang-github-action@v1.2.0 with: config-env-vars: POSTGRES_PASSWORD env: - POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} \ No newline at end of file + POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} diff --git a/samples/nextjs/.github/workflows/deploy.yaml b/samples/nextjs/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nextjs/.github/workflows/deploy.yaml +++ b/samples/nextjs/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nocodb/.github/workflows/deploy.yaml b/samples/nocodb/.github/workflows/deploy.yaml index 18b0dfea..8ca88ae0 100644 --- a/samples/nocodb/.github/workflows/deploy.yaml +++ b/samples/nocodb/.github/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 + uses: DefangLabs/defang-github-action@v1.2.0 with: config-env-vars: NC_DB NC_S3_ENDPOINT NC_S3_BUCKET_NAME NC_S3_REGION NC_S3_ACCESS_KEY NC_S3_ACCESS_SECRET env: @@ -27,4 +27,4 @@ jobs: NC_S3_BUCKET_NAME: ${{ secrets.NC_S3_BUCKET_NAME }} NC_S3_REGION: ${{ secrets.NC_S3_REGION }} NC_S3_ACCESS_KEY: ${{ secrets.NC_S3_ACCESS_KEY }} - NC_S3_ACCESS_SECRET: ${{ secrets.NC_S3_ACCESS_SECRET }} \ No newline at end of file + NC_S3_ACCESS_SECRET: ${{ secrets.NC_S3_ACCESS_SECRET }} diff --git a/samples/nodejs-chatroom/.github/workflows/deploy.yaml b/samples/nodejs-chatroom/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-chatroom/.github/workflows/deploy.yaml +++ b/samples/nodejs-chatroom/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nodejs-express/.github/workflows/deploy.yaml b/samples/nodejs-express/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-express/.github/workflows/deploy.yaml +++ b/samples/nodejs-express/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nodejs-form/.github/workflows/deploy.yaml b/samples/nodejs-form/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-form/.github/workflows/deploy.yaml +++ b/samples/nodejs-form/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nodejs-http/.github/workflows/deploy.yaml b/samples/nodejs-http/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-http/.github/workflows/deploy.yaml +++ b/samples/nodejs-http/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nodejs-http/app/Dockerfile b/samples/nodejs-http/app/Dockerfile index 44ecf11c..36b31f47 100644 --- a/samples/nodejs-http/app/Dockerfile +++ b/samples/nodejs-http/app/Dockerfile @@ -1,5 +1,5 @@ # Use the slim version of Node.js on Debian Bookworm as the base image -FROM node:20-bookworm-slim +FROM node:22-bookworm-slim RUN apt-get update -qq \ && apt-get install -y curl \ diff --git a/samples/nodejs-openai/.github/workflows/deploy.yaml b/samples/nodejs-openai/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-openai/.github/workflows/deploy.yaml +++ b/samples/nodejs-openai/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nodejs-react-postgres/.github/workflows/deploy.yaml b/samples/nodejs-react-postgres/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-react-postgres/.github/workflows/deploy.yaml +++ b/samples/nodejs-react-postgres/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nodejs-rest-api/.github/workflows/deploy.yaml b/samples/nodejs-rest-api/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-rest-api/.github/workflows/deploy.yaml +++ b/samples/nodejs-rest-api/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/nodejs-s3/.github/workflows/deploy.yaml b/samples/nodejs-s3/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/nodejs-s3/.github/workflows/deploy.yaml +++ b/samples/nodejs-s3/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/ollama/.github/workflows/deploy.yaml b/samples/ollama/.github/workflows/deploy.yaml index eaedaf34..e38139cf 100644 --- a/samples/ollama/.github/workflows/deploy.yaml +++ b/samples/ollama/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.3 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/phoenix-postgres/.github/workflows/deploy.yaml b/samples/phoenix-postgres/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/phoenix-postgres/.github/workflows/deploy.yaml +++ b/samples/phoenix-postgres/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/python-form/.github/workflows/deploy.yaml b/samples/python-form/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/python-form/.github/workflows/deploy.yaml +++ b/samples/python-form/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/python-implicit-gpu/.github/workflows/deploy.yaml b/samples/python-implicit-gpu/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/python-implicit-gpu/.github/workflows/deploy.yaml +++ b/samples/python-implicit-gpu/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/python-minimal/.github/workflows/deploy.yaml b/samples/python-minimal/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/python-minimal/.github/workflows/deploy.yaml +++ b/samples/python-minimal/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/python-openai/.github/workflows/deploy.yaml b/samples/python-openai/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/python-openai/.github/workflows/deploy.yaml +++ b/samples/python-openai/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/python-rest-api/.github/workflows/deploy.yaml b/samples/python-rest-api/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/python-rest-api/.github/workflows/deploy.yaml +++ b/samples/python-rest-api/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/python-s3/.github/workflows/deploy.yaml b/samples/python-s3/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/python-s3/.github/workflows/deploy.yaml +++ b/samples/python-s3/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/rails/.github/workflows/deploy.yaml b/samples/rails/.github/workflows/deploy.yaml index 82ce5b1b..9618f61b 100644 --- a/samples/rails/.github/workflows/deploy.yaml +++ b/samples/rails/.github/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 + uses: DefangLabs/defang-github-action@v1.2.0 with: config-env-vars: POSTGRES_PASSWORD env: diff --git a/samples/react/.github/workflows/deploy.yaml b/samples/react/.github/workflows/deploy.yaml index 65dc70ee..288eb4c9 100644 --- a/samples/react/.github/workflows/deploy.yaml +++ b/samples/react/.github/workflows/deploy.yaml @@ -17,4 +17,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.3 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/rocket/.github/workflows/deploy.yaml b/samples/rocket/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/rocket/.github/workflows/deploy.yaml +++ b/samples/rocket/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/sailsjs-postgres/.github/workflows/deploy.yaml b/samples/sailsjs-postgres/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/sailsjs-postgres/.github/workflows/deploy.yaml +++ b/samples/sailsjs-postgres/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/sailsjs/.github/workflows/deploy.yaml b/samples/sailsjs/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/sailsjs/.github/workflows/deploy.yaml +++ b/samples/sailsjs/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/svelte-mysql/.github/workflows/deploy.yaml b/samples/svelte-mysql/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/svelte-mysql/.github/workflows/deploy.yaml +++ b/samples/svelte-mysql/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/sveltekit-mongodb/.github/workflows/deploy.yaml b/samples/sveltekit-mongodb/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/sveltekit-mongodb/.github/workflows/deploy.yaml +++ b/samples/sveltekit-mongodb/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/sveltekit/.github/workflows/deploy.yaml b/samples/sveltekit/.github/workflows/deploy.yaml index bc816a4e..e38139cf 100644 --- a/samples/sveltekit/.github/workflows/deploy.yaml +++ b/samples/sveltekit/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/vllm/.github/workflows/deploy.yaml b/samples/vllm/.github/workflows/deploy.yaml index eaedaf34..e38139cf 100644 --- a/samples/vllm/.github/workflows/deploy.yaml +++ b/samples/vllm/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.3 \ No newline at end of file + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/samples/vuejs/.github/workflows/deploy.yaml b/samples/vuejs/.github/workflows/deploy.yaml index d3ab6060..e38139cf 100644 --- a/samples/vuejs/.github/workflows/deploy.yaml +++ b/samples/vuejs/.github/workflows/deploy.yaml @@ -18,4 +18,4 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.0 + uses: DefangLabs/defang-github-action@v1.2.0 diff --git a/starter-sample/.github/workflows/deploy.yaml b/starter-sample/.github/workflows/deploy.yaml index 2cc8d6cc..a19d2c69 100644 --- a/starter-sample/.github/workflows/deploy.yaml +++ b/starter-sample/.github/workflows/deploy.yaml @@ -18,11 +18,11 @@ jobs: uses: actions/checkout@v4 - name: Deploy - uses: DefangLabs/defang-github-action@v1.1.3 + uses: DefangLabs/defang-github-action@v1.2.0 #REMOVE_ME_AFTER_EDITING - Replace the following line with the list of environment variables you want to pass to the action # or remove the lines if you don't need to pass any environment variables/secrets to the action with: config-env-vars: ENV1 ENV2 env: ENV1: ${{ secrets.ENV1 }} - ENV2: ${{ secrets.ENV2 }} \ No newline at end of file + ENV2: ${{ secrets.ENV2 }}