Skip to content

Default to Ubuntu 24.04 and enable DNS on VCN #7

Default to Ubuntu 24.04 and enable DNS on VCN

Default to Ubuntu 24.04 and enable DNS on VCN #7

Workflow file for this run

name: MasterDeployCI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Zip Folder
run: zip -r unifi-oraclecloud.zip . -x ".git/*" ".github/*"
- name: Release to Github
run: echo "Release"