Compare commits

...

2 Commits

Author SHA1 Message Date
mac-a-r0ni
d0ce5bde35 Update deploy.yml
Some checks failed
deploy / build (push) Has been cancelled
2025-01-07 19:29:13 -05:00
mac-a-r0ni
89b4056819 Update deploy.yml
fix my blindly copying a file that announces into their official irc channel
2025-01-07 19:27:32 -05:00

View File

@ -15,23 +15,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
# Prepare git log message to avoid extra blank lines
- name: Set env message
run: |
GITREPO=`git remote show origin -n | grep h.URL | sed 's/Fetch URL: https:\/\/github.com\/crux-arm\///g'`
GITMSG=`git log -1 --pretty=format:"%s"`
echo "MESSAGE=$(echo "[$GITREPO ]: $GITMSG")" >> $GITHUB_ENV
# Send IRC message by bot
- name: irc push
uses: rectalogic/notify-irc@v1
if: github.event_name == 'push' && !contains(github.event.head_commit.message, 'REPO')
with:
channel: "#crux-arm"
server: "irc.libera.chat"
nickname: crux-arm-bot
message: ${{ env.MESSAGE }}
- name: Update REPO file
run: |
wget -P /tmp -q https://crux.nu/files/httpup-0.5.0.tar.xz