diff --git a/.github/workflows/weatherDataCollect.yml b/.github/workflows/weatherDataCollect.yml index d348c1e..2d4c943 100644 --- a/.github/workflows/weatherDataCollect.yml +++ b/.github/workflows/weatherDataCollect.yml @@ -58,4 +58,4 @@ jobs: sudo snap install doctl doctl auth init --access-token ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} doctl apps list --format ID,Created - #doctl apps update 732db8dc-5866-4235-8935-679232b31cb2 --spec weather-data-collect/weather-data-collect.yaml \ No newline at end of file + doctl apps update 4cc7d717-3d4a-49e3-ab40-581b02fe6061 --spec weather-data-collect/weather-data-collect.yaml \ No newline at end of file diff --git a/.github/workflows/webApp.yml b/.github/workflows/webApp.yml index a5314b3..355f0a8 100644 --- a/.github/workflows/webApp.yml +++ b/.github/workflows/webApp.yml @@ -56,4 +56,4 @@ jobs: sudo snap install doctl doctl auth init --access-token ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} doctl apps list --format ID,Created - #doctl apps update 732db8dc-5866-4235-8935-679232b31cb2 --spec web-app/app.yaml \ No newline at end of file + doctl apps update 4cc7d717-3d4a-49e3-ab40-581b02fe6061 --spec web-app/app.yaml \ No newline at end of file