Skip to content

Commit

Permalink
edit yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loheesong committed Jun 24, 2024
1 parent 05b5e64 commit 008b9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rails.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
on: []
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rails-to-gcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
- run: echo "Starting deployment"
- name: Go to rails-server branch
uses: actions/checkout@v4
- run: cd rails-server
- name: Build
run: gcloud builds submit

0 comments on commit 008b9be

Please sign in to comment.