We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d63c31 commit f766b33Copy full SHA for f766b33
.github/workflows/main.yml
@@ -9,6 +9,8 @@ jobs:
9
build-and-deploy:
10
runs-on: ubuntu-latest
11
steps:
12
+ - name: Deploy on Sugarizer Dev Server
13
+ run: echo "Deploy on Sugarizer Dev Server"
14
- name: Update dev.sugarizer.org
15
uses: appleboy/ssh-action@v0.1.7
16
with:
0 commit comments