Finished cygnus blog
Some checks failed
Build and Deploy docker container / build (push) Failing after 5m38s
Some checks failed
Build and Deploy docker container / build (push) Failing after 5m38s
This commit is contained in:
@ -6,16 +6,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# - name: Send message job is starting
|
||||
# uses: cstuder/apprise-ga@master
|
||||
# with:
|
||||
# title: 'jonb.io site deployment'
|
||||
# message: >-
|
||||
# Started build for:
|
||||
# Commit by {{ head_commit.author.name }}: {{ head_commit.message |
|
||||
# truncate(128) }} ({{ head_commit.id[0:7] }})
|
||||
# env:
|
||||
# APPRISE_URL: '${{ secrets.APPRISE_URL }}'
|
||||
- name: Checkout main
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Yarn
|
||||
@ -69,14 +59,4 @@ jobs:
|
||||
url: 'http://192.168.4.11:7777/v1/update'
|
||||
method: GET
|
||||
bearerToken: '${{ secrets.DEPLOYTOKEN }}'
|
||||
timeout: 60000
|
||||
- name: Send message app has deployed
|
||||
uses: cstuder/apprise-ga@master
|
||||
with:
|
||||
title: 'jonb.io site deployment'
|
||||
message: >-
|
||||
Deployed {{head_commit.message}}
|
||||
Commit by {{ head_commit.author.name }}: {{ head_commit.message |
|
||||
truncate(128) }} ({{ head_commit.id[0:7] }})
|
||||
env:
|
||||
APPRISE_URL: '${{ secrets.APPRISE_URL }}'
|
||||
timeout: 60000
|
Reference in New Issue
Block a user