Skip to content

Application web deployment #56

Application web deployment

Application web deployment #56

name: 'Application web deployment'
on:
push:
branches: [ master ]
paths:
- 'template/apps/web/**'
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario'
required: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install doctl
uses: digitalocean/action-doctl@v2
with:
token: ${{ secrets.DO_ACCESS_TOKEN }}
- name: Update DigitalOcean App Platform
run: doctl apps create-deployment ${{ secrets.DO_APP_WEB_ID }} --wait