Skip to content

Commit

Permalink
Merge pull request #27 from Srgr0/refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Srgr0 authored Jan 9, 2024
2 parents 0bfb04a + 0eceeec commit 9189834
Show file tree
Hide file tree
Showing 6 changed files with 1,871 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/deploytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: deploy test

on:
push:

jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set environment variable (for tput command)
run: echo "TERM=xterm" >> $GITHUB_ENV

- name: Run install script
run: |
sudo chmod 555 ./misskey-install.sh
sudo bash -x ./misskey-install.sh -c ./testenv_githubactions.txt
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 aqz/tamaina, joinmisskey
Copyright (c) 2021 aqz/tamaina, Srgr0, joinmisskey

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 9189834

Please sign in to comment.