diff --git a/.github/workflows/deploy-rails.yml b/.github/workflows/deploy-rails.yml index 15a61d6..a461c2c 100644 --- a/.github/workflows/deploy-rails.yml +++ b/.github/workflows/deploy-rails.yml @@ -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 diff --git a/.github/workflows/rails-to-gcloud.yml b/.github/workflows/rails-to-gcloud.yml index ef74db0..c85d13b 100644 --- a/.github/workflows/rails-to-gcloud.yml +++ b/.github/workflows/rails-to-gcloud.yml @@ -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